Re: Changing domain on the fly, Design Advise...
Re: Changing domain on the fly, Design Advise...
- Subject: Re: Changing domain on the fly, Design Advise...
- From: Chuck Hill <email@hidden>
- Date: Wed, 30 Jan 2008 11:41:03 -0800
On Jan 30, 2008, at 6:39 AM, Shravan Kumar.M wrote:
Hello Group,
Could an please advise a solution on the following requirement in
our WebObjects:
- We have a WebObjects application running on an application
server, and two webservers, all are connected to a LAN.
- The application can be accessed from two webservers.
- We always log into and access the application through only one
webserver, let's say Server A, but when we click on a particular
Hyperlink in this application, the request needs to go through
another webserver, let's say Server B, as we would like to use
second webserver to process this particular request for handling a
specific functionality.
- Is there any way to do this ?
Either return a redirect or make the hyperlink a full URL with the
name of Sever B.
And can we use the same application instance, sessions and contexts
across the domains ?
Yes, as long as you are not keeping the session and instance number
in cookies, or have it in cookies with a partial domain so that the
cookies will be sent to either server.
Chuck
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden