Quoting Christian Knorr <[EMAIL PROTECTED]>: > > > Hello, > > we are working with tomcat 5.0.19 on MS Windows (whose service wrapper - > as I understand - is based on procrun) in one project. We want to > deliver a JDK together with our product without requiring the user to > install it as the OS-default JDK. > > How can I specify a JDK for execution of the tomcat service, which is > not the same as the one which is installed for the OS and without > manually copying the tools.jar file? Is there any way by using the > documented parameters? I tried various combinations of the --JavaHome > --Classpath --Jvm and --StartMode parameters but no success so far. >
In the shell where you are running the procrun install, set the JAVA_HOME system environment variable before the service wrapper runs to install procrun. Jake > Any help is appreciated, > Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
