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 did I do wrong?
Thanks! Billy Ng