View Single Post
  #6  
Old 08-07-2008, 04:09 PM
jdan jdan is offline
New Member
 
Join Date: Oct 2006
Posts: 7
I set up a second virtual host, but did not configure a Rails context for it. I set up the same External App, Script Handler, and Java Web context configuration as the other virtual host. For this second host, the index.html file was returned when accessing the "/examples/" URI. So I think the problem in the first virtual host was a conflict between the Rails context and the Java Web App context.

This second virtual host setup still fails to handle the JSP and servlet examples in Tomcat. Still getting a 403 response when I try the HelloWorld servlet example. Note that this servlet runs fine when I access Tomcat directly with "http://localhost:8080/".
Reply With Quote