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

Is Restlet application distributed ?

2011-02-14 Thread komara nagarjuna
Hi All, We are going implement a application using Restlet. In this, We need a requirement like distributed system or mechanism. Our Restlet application having different components(modules) which needs to run on different servers(machines). For example, I have 3 different modules which are

RE: Is Restlet application distributed ?

2011-02-14 Thread Jerome Louvel
: komara nagarjuna [mailto:komaranagarj...@gmail.com] Envoyé : lundi 14 février 2011 05:54 À : discuss@restlet.tigris.org Objet : Is Restlet application distributed ? Hi All, We are going implement a application using Restlet. In this, We need a requirement like distributed system or mechanism

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