RE: Re: Integrating Apache and Restlet server like Apache and Tomcat

2009-09-29 Thread Jerome Louvel
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

RE: Re: Integrating Apache and Restlet server like Apache and Tomcat

2009-09-23 Thread Ashish Sharma
Bruno, Can you post a simple code sample for reference. As I am a newbie. Thanks in advance!! Ashish -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2398769

Re: Integrating Apache and Restlet server like Apache and Tomcat

2009-09-23 Thread Bruno Harbulot
Hi Ashish, As Rémi said, mod_proxy might be better for what you need. In addition, mod_jk seems to have been deprecated in favour of mod_proxy_ajp (both use AJP). There is more about this on the Jetty wiki: http://docs.codehaus.org/display/JETTY/Configuring+AJP13+Using+mod_jk The only case

RE: Re: Integrating Apache and Restlet server like Apache and Tomcat

2009-09-23 Thread Ashish Sharma
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

Integrating Apache and Restlet server like Apache and Tomcat

2009-09-22 Thread Ashish Sharma
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? Do I have to modify code of

Integrating Apache and Restlet server like Apache and Tomcat

2009-09-22 Thread Ashish Sharma
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? Do I have to modify code of

Re: Integrating Apache and Restlet server like Apache and Tomcat

2009-09-22 Thread Bruno Harbulot
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

Re: Integrating Apache and Restlet server like Apache and Tomcat

2009-09-22 Thread Rémi Dewitte
Hello, Not sure I understood the question. You'd better user mod_proxy and ProxyPass instead of mod_jk. Rémi On Tue, Sep 22, 2009 at 14:40, Ashish Sharma ashish.shar...@hp.com wrote: Hello, I have my Apache http server running on localhost:80 and restlet server on localhost:8182, but I