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 Restlet 
distributed system.

Regards,
Komara.


> 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 Boileau
> 
> 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 Gateway receives the request, based on the URL it knows which
> > module will service the request and which server it needs to be routed to,
> > based on the information it knows about which server is hosting which
> > module. The sessions will also be managed commonly across all servers.
> >
> > So in order to make this routing possible, router.attach needs some kind of
> > redirection to a different URL so  that request ends up on correct server.
> >
> > Can you please help us on how to set this up in Restlet?
> >
> > Regards,
> > Komara.
> >
> > ------------------------------------------------------
> >
> > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2704198
> >

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2705312

Reply via email to