forrozeiro
Programmer
Hi,
I've deployed an application in tomcat 3.2.3, organized like this:
style/
js/
images/
jsp/
WEB-INF/...
The application dir under webapps is called cfg. I have some includes (<jsp:include>) and forwards (<jsp:forward>), like this:
...page="/cfg/jsp/a.jsp"
This includes and forwards are leading to "page not found" errors, because tomcat looks for pages like:
/cfg/cfg/jsp/a.jsp
Notice that cfg appeared twice and obvously there is no subdirectory cfg under webapps/cfg.
I have reasons for not changing my HREFs, that is, I must have ...page="cfg/jsp/a.jsp".
Any help ?? Some tomcat specific configuration perhaps ??
Thank you in advance,
forrozeiro.
I've deployed an application in tomcat 3.2.3, organized like this:
style/
js/
images/
jsp/
WEB-INF/...
The application dir under webapps is called cfg. I have some includes (<jsp:include>) and forwards (<jsp:forward>), like this:
...page="/cfg/jsp/a.jsp"
This includes and forwards are leading to "page not found" errors, because tomcat looks for pages like:
/cfg/cfg/jsp/a.jsp
Notice that cfg appeared twice and obvously there is no subdirectory cfg under webapps/cfg.
I have reasons for not changing my HREFs, that is, I must have ...page="cfg/jsp/a.jsp".
Any help ?? Some tomcat specific configuration perhaps ??
Thank you in advance,
forrozeiro.