Restlet client not allowing to define custom 'Authorization' header

2012-12-10 Thread Ashish Sharma
Ashish Sharma -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=3034564

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: 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

http connector for Restlet and Apache http server

2009-09-22 Thread Ashish Sharma
Hello, I have figured out that to integrate calls between Apache http server and restlet , i need to write my own http connector using restlet provided API's. Is my assumption correct? If I am wrong reply back with possible solutions. I need suitable references that can guide me to write

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