Hi all,

I have some strange issues:
Enviroment: Windows 2003 R2 64 bits with Tomcat6 6.0.24 and Java6 1.6.0_20
64bits.
If I have some libraries that need to be loaded at startup so I've added in
catalina.bat: JAVA_OPTS=%JAVA_OPTS% -Djava.library.path="C:\libs", start
tomcat with startup.bat, everything ok.
After that I've changed service.bat adding at the very end of file:
"%EXECUTABLE%" //US//%SERVICE_NAME% ++JvmOptions
"-Djava.library.path=C:\libs;...", install widnows service: service.bat
install and start tomcat.
Tomcat didn't load libraries from java.library.path.
So, it's working only if I start tomcat from startup.bat but not if I
install it as windows service.
Any sugestions?

Best regards,
Katt



-- 
Katt

Reply via email to