Hi
I have Apache2.0.46 set up with Tomcat4.1.24 through mod_jk2. My =
httpd.conf has:
Options Indexes FollowSymLinks
DirectoryIndex index.html index.jsp
<Location /*.jsp>
JkUriSet group ajp13:localhost:8009=20
</Location>
If I go to a directory with no index.html or index.jsp Tomcat displays =
the directory instead of Apache. If I take out the index.jsp in
DirectoryIndex index.html index.jsp
Apache lists the directory but then directories containing index.jsp get =
displayed as well because the index.jsp has been removed.
Any ideas?
Thanks