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 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=4447dsMessageId=2704198
 

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


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.

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


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 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=4447dsMessageId=2704198


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

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 installed in different
machines. In this, there is main module(other than above 3 modules) which
needs to identify an incoming request and process the request to
corresponding server(module).

Could you please suggest me how do i setup to meet my requirement i.e. How
to identify the routing for different servers. I would like to know whether
Restlet supports or not?

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

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 : 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. Our Restlet application 
having different components(modules) which needs to run on different 
servers(machines).

For example, I have 3 different modules which are installed in different 
machines. In this, there is main module(other than above 3 modules) which needs 
to identify an incoming request and process the request to corresponding 
server(module).

Could you please suggest me how do i setup to meet my requirement i.e. How
to identify the routing for different servers. I would like to know whether 
Restlet supports or not?

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

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 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=4447dsMessageId=2704198