Hello Robert,
in this case, you can specify in the web.xml file the needed configuration
using the "org.restlet.clients" parameter:
<init-param>
<param-name>org.restlet.clients</param-name>
<param-value>HTTP</param-value>
</init-param>
Have a look at the javadocs of the ServerServlet for more details:
http://www.restlet.org/documentation/2.0/jee/ext/org/restlet/ext/servlet/ServerServlet.html
Best regards,
Thierry Boileau
> Hey Thierry!
>
> Thanks for your fast answer. At the moment I am running my application in a
> servlet container inside a j2ee webapplication. Here you can see the code:
> http://pastebin.com/m5da09472
>
> I don't get it how to change the code :(
> Would be really nice if you could help me.
> Thanks again!
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2435421