> I have DirectoryIndex set to index.jsp.  My Apache has mod_dir.
>
> Calling a directory mapped to Tomcat (such as /myApp) with
> http://localhost/myApp doesn't return anything, definitely not
> index.jsp.
> This is on 4.0.4 and 4.1.12.

One problem is that for this to work is that Apache has to "see" an
index.jsp in your myApp directory.  Put an empty version of that file (or
touch index.jsp if using Unix/Linux) in and then Apache will see that the
index file exists and will then attempt to serve it, but then note the .jsp
suffix so it then passes it back to Tomcat.

David


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to