Java Server Pages
haye guys!
This migh be a trivial problem for many but for me this has become a headache.
I came across a platform (solaris) hosting a website with a custom build libraries. The path at which the tomcat is installed is as follows
/opt/jakarta-tomcat4.1
All the JSP pages are placed under the following directory structure
/opt/mmcp/webApp
/opt/mmcp/logs
/opt/mmcp/lib
/opt/mmcp/exp
/opt/mmcp/docs
/opt/mmcp/config
/opt/mmcp/webApp/Render (contains all the jsp files)
/opt/mmcp/webApp/WEB-INF (cotains web.xml & mmcp.tld)
/opt/mmcp/webApp/WEB-INF/lib (contains all the jar files)
Question 1:
What i dont understand is that how is this path visible to tomcat as it isnt placed under the webApp directory in tomcat installation directory.
Question 2:
Also if any modification is done in the JSP page, produces an error (FileException) refereing to the uri mentioned at the start of the JSP page.
I know its hard to understand what i mean, in case anyone has seen such problem, he migh assist me that whts going on here.

