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

Reply via email to