Re: jasper package

2002-08-20 Thread Yunfeng Hou
with the following URL : http://myhost:8080/myapplication/servlets/org.apache.jsp.myjspdir.myjsp$jsp Workaround 3 : use Tomcat 3.3 (servlet 2.2 and JSP 1.1), with Tomcat 3, package definition is compliant with file location. Yunfeng Hou _ Do

RE: jasper package

2002-08-20 Thread Yunfeng Hou
> The compiler driver and classloader used by tomcat > does a lot of magic to > get it to work. All jsp files named, for example, Yes I know the class loader has the job done, is it bearking the convention? Anyway, I can debug my jsp now with the jasper I patched. Yu

Re: jasper package

2002-08-19 Thread Yunfeng Hou
and org.apache.jsp.abc.def respectively. Yunfeng Hou _ Do You Yahoo!? ÐÂÏʵ½µ×,ÓéÀÖµ½¼Ò - ÑÅ»¢ÍƳöÃâ·ÑÓéÀÖµç×ÓÖܱ¨! http://cn.ent.yahoo.com/newsletter/index.html -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional

jasper package

2002-08-19 Thread Yunfeng Hou
Jasper has command line option to set package name, but not true for JspServlet, I made some change to give user a chance to set the packageName in the servlet init parameter. What I have done is add getPackageName to Options class, modify JspServlet and ClassLoader to recognize this parameter, r

jasper package

2002-08-18 Thread Yunfeng Hou
Jasper has command line option to set package name, but not true for JspServlet, I made some change to give user a chance to set the packageName in the servlet init parameter. What I have done is add getPackageName to Options class, modify JspServlet and ClassLoader to recognize this parameter, r