This patch makes 2 minor changes to the wrapper.cmd_line 1) removes extra equals sign from the security policy assignment 2) adds quotes around wrapper.javabin so that JDK paths with spaces will work. For example "c:\Program Files\Javasoft\JRE\1.3.1_02\bin\java.exe"
-David <<patch.txt>>
--- wrapper.properties.orig Fri Mar 1 16:06:11 2002 +++ wrapper.properties Fri Mar 1 16:01:51 2002 @@ -113,4 +113,4 @@ # This is the command line that is used to start Tomcat. You can *add* extra # parameters to it but you can not remove anything. # -wrapper.cmd_line=$(wrapper.javabin) -Djava.security.policy=="$(wrapper.tomcat_policy)" -Dtomcat.home="$(wrapper.tomcat_home)" -classpath $(wrapper.class_path) $(wrapper.startup_class) -config $(wrapper.server_xml) +wrapper.cmd_line="$(wrapper.javabin)" +-Djava.security.policy="$(wrapper.tomcat_policy)" +-Dtomcat.home="$(wrapper.tomcat_home)" -classpath $(wrapper.class_path) +$(wrapper.startup_class) -config $(wrapper.server_xml)
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>