RE: Re: Is Restlet application distributed ?

2011-02-18 Thread Nagarjuna
Hi Jerome, Thank you for your immediate reply. I have tried with Redirection, how do i set the context path to identify the corresponding server while redirection and also the sessions will be managed commonly across all servers. I hope could you please give me the examples or any websites for

RE: Re: Is Restlet application distributed ?

2011-02-18 Thread Nagarjuna
Hey Jerome, As per your earlier reply, It seems multiple applications running on the server. I hope you know same application should run on different servers. Thank you and please see my following reply also. Regards, Komara. --

Re: Is Restlet application distributed ?

2011-02-15 Thread Thierry Boileau
Hello Komara, you can find documentation in the user guide at this page ( http://wiki.restlet.org/docs_2.0/326-restlet.html). In your case, you can use a dedicated Redirector Restlet ( http://www.restlet.org/documentation/2.0/jse/api/org/restlet/routing/Redirector.html ). Best regards, Thierry

RE: Is Restlet application distributed ?

2011-02-14 Thread Jerome Louvel
Hi Komara, On which basis do you intend to route an incoming request to the correct module? Best regards, Jerome -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org/ http://www.restlet.o​rg Noelios Technologies ~ http://www.noelios.com/ http://www.noelios.com De :

RE: Is Restlet application distributed ?

2011-02-14 Thread Praveen
Hi Jerome, My Restlet application would have a common Gateway and the underlying functionality will be provided by different modules. For scalability reasons, different underlying modules will be hosted on different servers. Each server knows where different modules are hosted. So when the