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=2398801

Reply via email to