This is a discussion on Tomcat 4 server.xml - adding <location> to a context within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi all, I'm using Tomcat 4.1 and Apache 2.0.42 with mod_jk2.0.42.dll on win2k. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
I'm using Tomcat 4.1 and Apache 2.0.42 with mod_jk2.0.42.dll on win2k. I have added a context to conf\server.xml in Tomcat, and included conf\auto\mod_jk.conf in conf\httpd.conf in Apache, and everthing seems to be working fine. I cannot find the way to create a <Location> in mod_jk.conf "automatically" thru server.xml (I can copy the file, edit it, and use it staticcally...but I rather do it in one place only). BTW, I couldn't find it in the documentation. The default creates a <Location> but denies access to WEB-INF/*, preventing access to applets and other classes from the jsp pages. Any ideas? Thanks a lot for any help!!! |