Hi all,
We have a configuration where we use the tomcat connector with the Sun
Java System Web Server and I'm noticing an unusual behavior that I've
not noticed with Apache and mod_jk.

When making a request to a URL such as
http://host/webapp/dir/

In apache, the underlying request is made as:
REQ:GET /webapp/dir/

In the Sun Java System Web Server, the underlying request to tomcat gets
the default directory index file added to it, so the AJP get looks like:
REQ:GET /webapp/dir/index.html

Anyone have any idea if it's possible make the SJSWS web server NOT
attempt to add the index.html on to the end of resource when passing the
request over to tomcat via AJP?

Thanks,
Andy



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to