DO NOT REPLY [Bug 12945] - JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in classpath

2002-09-24 Thread bugzilla

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=12945.
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=12945

JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in 
classpath

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME
Summary|JSP Compilation errors: jars|JSP Compilation errors: jars
   |in WEB-INF/lib and classes  |in WEB-INF/lib and classes
   |in WEB-INF/classes not in   |in WEB-INF/classes not in
   |classpath   |classpath



--- Additional Comments From [EMAIL PROTECTED]  2002-09-24 07:23 ---
Well, sorry, but the JAR attached to the bug report is included in the new
release. I also have tested the release, and it works fine for me.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 12945] - JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in classpath

2002-09-24 Thread bugzilla

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=12945.
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=12945

JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in 
classpath





--- Additional Comments From [EMAIL PROTECTED]  2002-09-24 07:35 ---
FYI, the jasper-compiler.jar does not generate the
org.apache.catalina.jsp_classpath variable, but actually parses it. So the /
prefix (which is a valid Java file path, although it happened to be confusing
Ant in 4.1.10, which was causing bug 12387) is still already there no matter what.

I have Tomcat running as a service from my M: HD, and the admin webapp is
running fine (that uses /WEB-INF/lib) as well as the JSP examples (that uses
/WEB-INF/classes).

If you had it working fine with 4.1.10 + the fixed JAR, then it has to be an
installation error of some sort.

Note: 4.1.12 is not out yet; at this point they are still candidate binaries.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 12945] - JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in classpath

2002-09-24 Thread bugzilla

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=12945.
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=12945

JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in 
classpath





--- Additional Comments From [EMAIL PROTECTED]  2002-09-24 09:46 ---
Created an attachment (id=3189)
Files used to reproduce the failure, server configuration and server logs

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 12945] - JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in classpath

2002-09-24 Thread bugzilla

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=12945.
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=12945

JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in 
classpath

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |



--- Additional Comments From [EMAIL PROTECTED]  2002-09-24 09:48 ---
In order to reproduce the failure with Tomcat 4.1.12 I followed these steps:

1.-  Downloaded file: jakarta-tomcat-4.1.12.tar.gz
 File size: 5.714.133 bytes

2.-  Extracted (unzipped) to folder: C:\Tomcat-4.1.12  [TOMCAT_HOME == 
CATALINA_HOME]

3.-  Created the following files into TOMCAT_HOME (C:\Tomcat-4.1.12):
 + environ.cmd
 + InstallTomcatAsWinNTService.cmd
 + shutdown.cmd
 + startup.cmd
 + UninstallTomcatAsWinNTService.cmd

4.-  Executed: InstallTomcatAsWinNTService.cmd
 + C:\Tomcat-4.1.12InstallTomcatAsWinNTService.cmd
 + C:\Tomcat-4.1.12\bin\Tomcat.exe -install Apache Tomcat 4.1.12 
C:\j2sdk14\jre\bin\server\jvm.dll -Djava.class.path=C:\Tomcat-4.1.12
\bin\bootstrap.jar -Dcatalina.home=C:\Tomcat-4.1.12 -start 
org.apache.catalina.startup.BootstrapService -method main -params start -stop 
org.apache.catalina.startup.BootstrapService -method main -params stop -out 
C:\Tomcat-4.1.12\logs\stdout.log -err C:\Tomcat-4.1.12\logs\stderr.log
 + The service was successfully installed.
 + C:\Tomcat-4.1.12

5.-  Started Tomcat with: C:\Tomcat-4.1.12\startup.cmd
 ( This first time execution created some extra folders, as you know :^)
 Tested its execution by accesing to a sample JSP (numberguess) 
under /examples context: Ok.
 Stopped Tomcat with: C:\Tomcat-4.1.12\shutdown.cmd

6.-  Started WinNT Service: Apache Tomcat 4.1.12 with: net start Apache 
Tomcat 4.1.12
 Tested its execution by accesing to a sample JSP (date  snoop) 
under /examples context: FAIL.
 Stopped WinNT Service: Apache Tomcat 4.1.12 with: net stop Apache 
Tomcat 4.1.12

7.-  Edited %TOMCAT_HOME%\conf\server.xml and set all debug=0 values 
to: debug=99
 Edited %TOMCAT_HOME%\conf\web.xml and set all debug values to: 99
 Deleted all log files
 Deleted all fles under: %TOMCAT_HOME%\work\Standalone\localhost

8.-  Started WinNT Service: Apache Tomcat 4.1.12 with: net start Apache 
Tomcat 4.1.12
 Tested its execution by accesing to a sample JSP (carts  checkbox  
error) under /examples context: FAIL.
 Stopped WinNT Service: Apache Tomcat 4.1.12 with: net stop Apache 
Tomcat 4.1.12
 Moved log files to NTService folder under logs.

9.-  Started Tomcat with: C:\Tomcat-4.1.12\startup.cmd
 Tested its execution by accesing to a sample JSP (carts  checkbox  
error) under /examples context: FAIL.
 Stopped Tomcat with: C:\Tomcat-4.1.12\shutdown.cmd
 Moved log files to StandAlone folder under logs.

10.- Generated: Files.zip with all files under \conf and \logs folders, and 
also the MSDOS scripts in %TOMCAT_HOME%.

It looks like the NT Service fails to find something to work fine.
Maybe that the NT Service Install command needs to be passed extra info 
regarding where is ant, some library, or whatever, but started Tomcat as a 
Stand Alone task from command line, does not fails.


Attached I posted a ZIP file with all needed archives to test my installation.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 12945] - JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in classpath

2002-09-24 Thread bugzilla

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=12945.
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=12945

JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in 
classpath

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2002-09-24 09:56 ---
Sorry, but I simply do not have time to help you debug or check whether or not
your configuration. The idea is that a similar configuration is working fine for
me (XP / JDK 1.4 / Tomcat installed through the installer). Could you please try
the default configuration and installation ?
Do NOT use the .tar.gz when using Windows, unless you know what you are doing.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]