Re: Problem with tomcat 5.0.25 service

2004-06-04 Thread Jens Kühnberger
' part and make sure its pointing to the same jvm as your %java_home% is - Original Message - From: Jens Kühnberger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 12:43 PM Subject: Problem with tomcat 5.0.25 service Hi, I got a problem with installing tomcat 5.0.25

Problem with tomcat 5.0.25 service

2004-06-03 Thread Jens Kühnberger
Hi, I got a problem with installing tomcat 5.0.25 as a service. When I run tomcat with the startup script (startup.bat) I don't have any problem. After installing the service (service.exe install) and running my application as a service, I get the following compilation error for every jsp page

Re: Problem with tomcat 5.0.25 service

2004-06-03 Thread James Sherwood
If this is on a windows machine, check the 'configure tomcat' part and make sure its pointing to the same jvm as your %java_home% is - Original Message - From: Jens Kühnberger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 12:43 PM Subject: Problem with tomcat

Re: Problem with tomcat 5.0.25 service

2004-06-03 Thread Jacob Kjome
I think this is because tools.jar isn't added to the classpath in the service.bat service installer file. I've modified mine to include this. See attached (renamed to service.txt to avoid being removed by filters). BTW, I've mentioned this a few times to the Tomcat developers with little