|
From: Casey K. <per...@gm...> - 2006-09-22 23:22:53
|
I am using the latest build of: Wrapper_3.2.1<http://sourceforge.net/project/showfiles.php?group_id=39428&package_id=31591&release_id=431137> [Notes<http://sourceforge.net/project/shownotes.php?release_id=431137&group_id=39428>] (2006-07-10 19:17) Ok I have some silly questions: when I do this in the config file: wrapper.java.command=C:\Program Files\Corticon\JRE\bin\java I get the following error STATUS | wrapper | 2006/09/22 15:48:32 | Launching a JVM... INFO | jvm 1 | 2006/09/22 15:48:32 | java.util.zip.ZipException: The system cannot find the file specified How do you handle spaces in windows 2003 server enviroment? So then for testing purposes I use the default JVM but then I have issues with the spaces in the classpath and Parms wrapper.java.classpath.1=C:\ProgramFiles\Corticon\Apache\common\lib\wrapper.jar wrapper.java.classpath.2=C:\Program Files\Corticon\Apache\bin\bootstrap.jar with the following error: STATUS | wrapper | 2006/09/22 16:16:53 | --> Wrapper Started as Console STATUS | wrapper | 2006/09/22 16:16:53 | Launching a JVM... INFO | jvm 1 | 2006/09/22 16:16:53 | Unable to access jarfile Files\Corticon\Apache >From the error its clear its having parsing issues. I tried using a sys variable but it gives me similiar headache I also have problems with the parms # Java Additional Parameters wrapper.java.additional.1=-jar wrapper.java.additional.2=-Duser.dir=C:\Program Files\Corticon\Apache help for newbie! |