Bugs item #656613, was opened at 2002-12-19 19:29 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=656613&group_id=22866
Category: JBossWeb Group: CVS HEAD >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Jeremy Boynes (jboynes) Assigned to: Nobody/Anonymous (nobody) Summary: Only local files allowed in JSP classpat Initial Comment: When JBoss is booted from the network, boot libraries from JBOSS_HOME/lib are loaded using a http: URL. Due to limitations of the Java compiler used for JSP compilation, classes in these libraries are not available when the JSP servlet is being compiled and may result in compilation errors. The web integration layer should ensure that all URLs handled by the context classloader are available locally for use by the JSP compiler regardless of where the true location is. This may require downloading jar/zip files. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2004-11-20 09:43 Message: Logged In: YES user_id=175228 The in memory jdt jsp compiler of tomcat5.5 fixes this issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=656613&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
