You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ma...@scr.siemens.com on 2000/11/07 17:11:22 UTC

Slight bug found in default wrapper.properties

Hi, all,

I found a slight glitch in the default wrapper.properties for Tomcat
3.2beta6 that causes problems when trying to start Tomcat as a service.

The following line in wrapper.properties:

wrapper.class_path=$(wrapper.tomcat_home)\lib\xml.jar


should be replaced with these two lines:

wrapper.class_path=$(wrapper.tomcat_home)\lib\jaxp.jar
wrapper.class_path=$(wrapper.tomcat_home)\lib\parser.jar


The service then starts properly.

Thank you all for putting in the wrapper.stdout and wrapper.stderr
defs -- that helped immensely!

- Steve.