Re: why tomcat append WEB_0002dINF... to the precompiled jsp package

2003-06-29 Thread Billy Ng
rs List" <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 5:57 PM Subject: Re: why tomcat append WEB_0002dINF... to the precompiled jsp package > Why not? > > When a page is precompiled (or even compiled at run time) - all that is > required is a valid java class name. (By

Re: why tomcat append WEB_0002dINF... to the precompiled jsp package

2003-06-29 Thread Tim Funk
Why not? When a page is precompiled (or even compiled at run time) - all that is required is a valid java class name. (By the spec). So it could be legal for tomcat to translate every jsp into a class called more.Cowbell.java. This is ok since every JSP is loaded under its own class loader. B

why tomcat append WEB_0002dINF... to the precompiled jsp package

2003-06-29 Thread Billy Ng
Hi folks, I am using ant to precompile the jsp files. Let's say the in package name is "com.mycompany.jsp" and the jsp file is in the /jsp/admin/logon. After the jsp compiled to java, the package name becomes com.mycompany.jsp.WEB_0002dINF.jsp.admin.logon Why? Thanks! Billy Ng

jsp package names

2001-04-29 Thread Dave Ford
I have descovered that jasper uses the folder names to create package names. for example, if I have the following jsp file: c:\MyWebApp\foo\boo\My.jsp jasper creates: package foo.boo; There is a big problem with this however. Windows folder naming rules are not the same as java package name ru

jsp package?

2001-01-10 Thread John Tan
hi guys, i got some problems in configuring the jsp libraries for useusually when we execute a .jsp fileu need a class file right..and u need to have the correct package...now i m having a problem of where to put these .jsp packages...all the jsp packages are in the tomcat ..o i need t