Patches item #517274, was opened at 2002-02-13 17:04
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=517274&group_id=22866

Category: None
Group: v3.0 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Whitehead (wrwhitehead)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix - so JSPs will compile with Catalina

Initial Comment:
Currently, Java Server Pages (JSPs) don't compile for 
Tomcat4 (Catalina).  The classloader doesn't pick up 
all the necessary jar files.  

Looking at the Catalina bootstrap.java and the way 
Jetty now does class loading for JBoss, I inserted a 
new method: public ClassLoader setUpLoader(ClassLoader 
parent).

This method sets up a catalina classloader and the 
results are inserted into the classloader hierarchy.

Also stripped off the ".war" from the ctxPath so the 
context is set up correctly.

See attached diff file.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=517274&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to