DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12792>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12792 login.jsp of admin webapp won't compile when tomcat is run as NT Service from D drive Summary: login.jsp of admin webapp won't compile when tomcat is run as NT Service from D drive Product: Tomcat 4 Version: 4.1.10 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] jsp files that import java classes from other packages will not compile in the following situation: Tomcat 4 running as a NT Service Tomcat 4 installed on D: drive The problem is that the classpath does not contain the correct path entries. The classloader is returning URLs of this form: file:/d:\tomcat-4.1\server\webapps\admin\WEB-INF\lib. The / after file: causes that path to not be included in the classpath since the Ant PathTokenizer does not understand that path. I have a patch to JspRuntimeContext.java that corrects the problem. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>