[jetty-user] Running Jetty as service on Windows Server 2008 64bit
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <OF25E56B67.074894F8-ONC12577A8.0031BBD0-C12577A8.003224F6@toyota-europe.com> |
Hi, I downloaded Jetty and installed the software on Windows Server 2008 64bit. Now I try to run the Jetty instance as a Windows service using Jetty-Service, but this failed now on the 64 bit OS. FATAL | wrapper | 2010/09/24 10:27:14 | Unable to execute Java command. The system cannot find the file specified. (0x2) FATAL | wrapper | 2010/09/24 10:27:14 | "java" -Djetty.home=../ -Djetty.logs=../logs -Xms3m -Xmx64m -Djava.library.path="../lib/win32/;c:/TechDoc3/jcom" -classpath "../lib/win32/jetty-win32-service-java-6.1.25.jar ;../lib/win32/wrapper.jar;../lib/jetty-6.1.25.jar;../lib/jetty-util-6.1.25.jar;../lib/servlet-api-2.5-20081211.jar;../start.jar;c:/TechDoc3/properties" -Dwrapper.key="OY9ojVP2Eob4_CG7" -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=2280 -Dwrapper.version="3.2.3" -Dwrapper.native_library="wrapper" -Dwrapper.cpu.timeout="10" -Dwrapper.jvmid=1 org.mortbay.jetty.win32service.JettyServiceWrapperListener ../etc/jetty.xml FATAL | wrapper | 2010/09/24 10:27:14 | Critical error: wait for JVM process failed I see that there are 32bit references inside some classes, etc.. What do I need to get it running in 64bit environment, witj-h 64 bit JVM installed. PS: Installed 32 bit JVM on the same box, and then the Jetty can be started as Windows service. Best regards, Walter