I have an app thats setup in webapps/testapp
This is accessible through
I"m using an apache front in. What I would like to do is make all requests to point back to Apache, and not Tomcat.
I setup my Context like this...
<Context path="/myfiles" docBase="/opt/jakarta-tomcat-5.0.28/webapps/testapp"
debug="0" reloadable="true" crossContext="true">
What am I missing? (btw, /myfiles directory on the server is an alias to in the apache conf file.)
This is accessible through
I"m using an apache front in. What I would like to do is make all requests to point back to Apache, and not Tomcat.
I setup my Context like this...
<Context path="/myfiles" docBase="/opt/jakarta-tomcat-5.0.28/webapps/testapp"
debug="0" reloadable="true" crossContext="true">
What am I missing? (btw, /myfiles directory on the server is an alias to in the apache conf file.)