?
=?iso-8859-1?B?UmVu6SBTY2hhZGU=?=
Hi All
I'm running Apache 2.0, Tomcat 5.5.17, jdk 1.5
I'm upgrading from Apache 1.3 Tomcat 3.* jdk 1.4
In my Apache log file I have the following:
JkMount /manager* foo
JkMount /servlets/* foo
The manager application works fine, when typing the URL
http://website/manager/html
Everything is ok.
Now I'm trying to install an application on the path
/servlets/myapplication. The Context file looks like this:
<Context reloadable="true" path="/servlets/myapplication/"
docBase="${catalina.home}/home/schade/myapplication/" debug="5"
allowoverride="true">
<Valve className="org.apache.catalina.valves.AccessLogValve"
prefix="kvisremote_by_schade." suffix=".txt"
pattern="common"/>
</Context>
Typing a URL like http://website/servlets/myapplication/testfile.html
does not trigger this context. I've made a similar Valve for the
manager-application, and here every request to the manager Context is
logged.
I guess it has something to do with the path-attribute. A similar
solution worked fine on the old server...
Regards,
René
I'm running Apache 2.0, Tomcat 5.5.17, jdk 1.5
I'm upgrading from Apache 1.3 Tomcat 3.* jdk 1.4
In my Apache log file I have the following:
JkMount /manager* foo
JkMount /servlets/* foo
The manager application works fine, when typing the URL
http://website/manager/html
Everything is ok.
Now I'm trying to install an application on the path
/servlets/myapplication. The Context file looks like this:
<Context reloadable="true" path="/servlets/myapplication/"
docBase="${catalina.home}/home/schade/myapplication/" debug="5"
allowoverride="true">
<Valve className="org.apache.catalina.valves.AccessLogValve"
prefix="kvisremote_by_schade." suffix=".txt"
pattern="common"/>
</Context>
Typing a URL like http://website/servlets/myapplication/testfile.html
does not trigger this context. I've made a similar Valve for the
manager-application, and here every request to the manager Context is
logged.
I guess it has something to do with the path-attribute. A similar
solution worked fine on the old server...
Regards,
René