Re: Added 005f on the path after pre-compilation

2007-07-21 Thread Mark Thomas
Billy Ng wrote: > Is a way to tell tomcat not to do it? I have the same path in the jsp > template. The extra 005f will totally break my app. Not that I am aware of. Why does this break your app? It shouldn't matter what the class is called. Mark --

RE: Added 005f on the path after pre-compilation

2007-07-20 Thread Billy Ng
on the path after pre-compilation Kwok Ng wrote: > Hi folks, > > I am using Tomcat 5.5.23. I am trying to use org.apache.jasper.JspC to > pre-compile the JSP files. I notice all the file paths were added > "005f" if > there is a "_" in the path like

Re: Added 005f on the path after pre-compilation

2007-07-18 Thread Mark Thomas
Kwok Ng wrote: > Hi folks, > > I am using Tomcat 5.5.23. I am trying to use org.apache.jasper.JspC to > pre-compile the JSP files. I notice all the file paths were added > "005f" if > there is a "_" in the path like ../my_package/test.jsp will change to > ../my_005fpackage/test_jsp.java. What d