I have a GWT project.

for the server side i use restlet-jee-2.0m7
the client side does server requests with ClientResource (restlet-gwt-2.0m7)

I deploy this project on a server with tomcat 6.
When i run my GWT Web interface with the local address everythink works fine.

But, when i run it from the external address an error occur when the request is 
done by the GWT module:

org.restlet.engine.l​og.LogFilter afterHandle
INFO: ... OPTIONS /MyServlet/test - 405 402 ...

I have OPTIONS request instead of GET

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

Reply via email to