|
From: Leif M. <le...@ta...> - 2006-05-31 01:39:57
|
David, Bill, David Hayes wrote: > > I noticed from the output of your log files, it keeps mentioning > wrappertest*/_a_/*.jar which your classpath doesn’t have (Java is > complaining about the fact it cannot find it). > > One thing I would suggest trying, since the classpath has a couple of > spaces in it, is to single quote (or maybe double quote) the thing > after the equals sign on the classpath, e.g. > Thanks for the reply. But the addition of quotes are not needed. The Wrapper will automatically enclose the full classpath in quotes to make it possible to use spaces in the paths. See the generated command below: > > DEBUG | wrapper | 2006/05/30 11:32:23 | command: > "C:\WINDOWS\system32\java.exe" - Duser.timezone=UTC > -Duser.dir="C:\Program Files\VCS Server" -Xms128m -Xmx256m > -Djava.library.path="C:\Program Files\VCS Server\vcsNative" -classpath > "C:\Program Files\VCS Server\wrapper.jar;C:\Program Files\VCS > Server\wrappertesta.jar;C:\Program Files\VCS Server\ImageServer.jar" - > Dwrapper.key="xEe2o3phm7_2ayOo" -Dwrapper.port=32000 > -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 > -Dwrapper.debug="TRUE" -Dwrapper.pid=640 -Dwrapper.version="3.2.0" > -Dwrapper.native_library= "wrapper" -Dwrapper.service="TRUE" > -Dwrapper.cpu.timeout="10" -Dwrapper.jvmid=1 > org.tanukisoftware.wrapper.WrapperSimpleApp ImageServer > Cheers, Leif |