How does Jasper construct its Classpath when compiling jsps?

>From what I see it is:

System class path + something from Tomcat + the directory containing the jsp
source.

Note that when running Jasper in another container, the 'something from
Tomcat' part is null - an init-parameter 'org.apache.cataline.jsp_classpath'
for JspServlet, I think, is (obviously) missing when running in another
container.

Question: Would Jasper be able to run out of a web-app, without hanving it
in the system classpath?  Could I stick all of Jaspers relevant jars in the
WEB-INF/lib directory and get it to work?  The behavior I am seeing says no.

I would think that the classpath for compilation should include the jars in
WEB-INF/lib directory.

Tim Julien
HP middleware

Reply via email to