|
From: <mic...@mv...> - 2008-08-07 06:39:22
|
Hello, I couldn´t find any information on google, so i hope i will get them here. The Problem is i want to run an applikation via wrapper as a windows service. I had to configure the JAVA_HOME path manually with wrapper.java.command=D:/Programme/Java/jdk1.6.0_02/bin/java When i now going to run the applikation with wrapper as a console with wrapper.exe -c wrapper.conf the application works fine But when i want to start the applikation in serivce modus, i get the problem that my applikation is using the JAVA_HOME which is set as a enviroment variable instead my manual added version. (which i can´t change ! It has to be the manuell !!) So it seems that Wrapper sets the JAVA_HOME path while running as console applikation but not when running as a service. Has anyone an idea or an tip how to fix that problem ?... Greetings Michael |