multiple web-inf folder
Hi
I have a folder say xyz.
Within that folder I have a folder caled ABC which has WEB-INF. I have a 2nd folder called DEF with WEB-INF.
How do I get tomcat to talk to this different folders to run the java class? At present one runs the other dosen't. The Jsp page displays but whn I try to execute the servlet, it gives me requested URL was not found on this server.
Any ideas?
Thanks
|