Hi Ashish,

Did you use the AJP connector with Jetty as explained by Bruno?

Another option is to deploy your Restlet application in Tomcat using our
org.restlet.ext.servlet extension.

Best regards,
Jerome Louvel
--
Restlet ~ Founder and Lead developer ~ http://www.restlet.org
Noelios Technologies ~ Co-founder ~ http://www.noelios.com



-----Message d'origine-----
De : Ashish Sharma [mailto:ashish.shar...@hp.com] 
Envoyé : mercredi 23 septembre 2009 11:58
À : discuss@restlet.tigris.org; Bruno Harbulot
Objet : RE: Re: Integrating Apache and Restlet server like Apache and Tomcat

Bruno, 

I am able to run restlet over jetty as advised by you, but I am not clear
how can it fulfill my original requirement.

Please explain!!!

thanks in advance

Ashish

> Hi Ashish,
> 
> Ashish Sharma wrote:
> > Hello,
> > 
> > I have my Apache http server running on localhost:80 and restlet server
on localhost:8182, but I want to configure above combination just like
Apache http server and Apache tomcat servlet container can be configured
with mod_jk library.
> > 
> > Is it possible?
> 
> Yes, it's possible. You need to use the AJP protocol (Protocol.AJP 
> instead of Protocol.HTTP in your server configuration). This is 
> supported by the Jetty connectors (so you'd need the corresponding jars 
> on the classpath too).
> 
> Best wishes,
> 
> Bruno.

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

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

Reply via email to