Re: Issue and solution with tomcat 5.0.27 service on Windows

2004-08-12 Thread William A. Rowe, Jr.
If java.home points to the JRE, this 'might' point you at a JDK - but it is certainly an unwise choice for those who don't dereference a JRE, buried within a JDK, as JAVA_HOME. Which brings up a good point, you may have to modify the envvars of the SYSTEM (LocalSystem) account, or whichever accoun

Issue and solution with tomcat 5.0.27 service on Windows

2004-08-12 Thread Jens Kühnberger
When I install the tomcat server 5.0.27 as a service, it's not able to compile any .jsp page. After some tests I found out, that in the file catalina.xml, the property tools.jar is set to the location="${java.home}/../lib/tools.jar" . If you change the location to "${java.home}/lib/tools.jar" th