I am trying to deploy my GWT project that use RPC using Tomcat with
Apache Httpd and a proxy like the tutorial
http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication.html#DevGuideRPCDeployment
. And i can't understand why it's the error 500. I have added these
line in httpd.conf file:

ProxyRequests Off
ProxyPass         /org.cuibap.Main/stockpriceservice
http://localhost:8080/StockWatcher1/org.cuibap.Main/stockpriceservice
ProxyPassReverse  /org.cuibap.Main/stockpriceservice
http://localhost:8080/StockWatcher1/org.cuibap.Main/stockpriceservice

<Proxy *>
     Order deny,allow
     Allow from all
 </Proxy>

but when i browse http://localhost/org.cuibap.Main/stockpriceservice ,
i receive the error 500

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to