On Sat, 31 May 2003 03:40, Brendan wrote: > I'm fairly impressed with the JRockit8.1 JVM but I can't seem to get > Tomcat to stay alive as a service when trying to subsitute in > JRockit. Using tomcat.exe to install JRockit as a service seems to > work, but when you start the service it quickly dies. I think it does > start up briefly because the correct log files are written.
Installing Tomcat as a Windows Service can sometimes be a bit of a pain, this tool makes it quite easy though: http://web.bvu.edu/staff/david/tcservcfg/ It's designed for Sun's JVM but should still work with JRockit. One thing that can cause the service to die quickly is if Tomcat is installed somewhere with a space in it's path, however the GUI above should get around this problem. Regards, -- Jason Bainbridge KDE Web Team - http://kde.org [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
