DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30359>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30359 If installed as service by Installer tempdir property is invalid Summary: If installed as service by Installer tempdir property is invalid Product: Tomcat 5 Version: 5.0.27 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Native:Integration AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] During install I choose the option to install Tomcat as a service. Afterwards I found out that the Java property "java.io.tmpdir" (System.getProperty("java.io.tmpdir") ) pointed to the tomcat base dir (in my case: "D:\Programme\Apache Group\Tomcat5", not to the "temp" subdir ("D:\Programme\Apache Group\Tomcat5\temp"). In the "service.bat" file this is correctly specified ("-Djava.io.tmpdir=%CATALINA_BASE%\temp"). So this was my workaround: remove the service, reinstall it with this file. The OS is Windows Server 2003. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]