RE: Problem Compiling JSP under TOMCAT 5.0.18; please help me

2004-02-04 Thread Kal Govindu
You can try this and restart tomcat. 1. Copy tools.jar from your-jsdk\lib\tools.jar to your- tomcat\common\lib\tools.jar This may not be necessary, but the installer does attempt to copy this file so it won't hurt to do the same. And if that does not work try this step next and restart tomcat.

Re: Problem compiling JSP under TOMCAT 5.0.18

2004-02-03 Thread De Toffoli Garry
De Toffoli Garry ha scritto: Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to tomcat 5.0.18 I have changed only tomcat, leaving untouched all the directory where

Re: Problem compiling JSP under TOMCAT 5.0.18

2004-02-03 Thread Remy Maucherat
De Toffoli Garry wrote: De Toffoli Garry ha scritto: Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to tomcat 5.0.18 I have changed only tomcat, leaving untouched

Re: Problem compiling JSP under TOMCAT 5.0.18

2004-02-03 Thread De Toffoli Garry
Remy Maucherat ha scritto: De Toffoli Garry wrote: De Toffoli Garry ha scritto: Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to tomcat 5.0.18 I have changed

Re: Problem compiling JSP under TOMCAT 5.0.18

2004-02-03 Thread De Toffoli Garry
De Toffoli Garry ha scritto: Remy Maucherat ha scritto: De Toffoli Garry wrote: De Toffoli Garry ha scritto: Hi to all, I would like to pass from tomcat 3.2.x to tomcat 5.0.18; under tomcat 3.2.x I have some package under the WEB-INF/classes of all my sites, and run OK; passing to

Re: Problem Compiling JSP under tomcat 5

2003-11-27 Thread Nikola Milutinovic
Simone Chiaretta wrote: While trying to run for the first time a JSP I get this error org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file [javac]

Re: Problem Compiling JSP under tomcat 5 - addon

2003-11-27 Thread Nikola Milutinovic
Simone Chiaretta wrote: i forgot to mention that the same configuration runs in tomcat 4.0.4 Strange. It shouldn't, unless you placed your package in some JAR under .\WEB-INF\lib\ dir. Nixie. - To unsubscribe, e-mail: [EMAIL

RE: Problem compiling JSP in Tomcat

2002-09-20 Thread Turner, John
There is a specific process to use when an app is developed with OC4J and then moved to Tomcat. Developing with OC4J is not transparently portable to Tomcat. Check the Oracle JDeveloper site for the documentation on what to do when you want to deploy an app developed within JDeveloper/OC4J to

Re: Problem compiling JSP in Tomcat

2002-09-20 Thread Giancarlo Gallardo
... It's a dummy thing, jeje. Thanks again! regards, gianca - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, September 20, 2002 6:59 AM Subject: RE: Problem compiling JSP in Tomcat There is a specific process to use when