I run it as a service on win2000 and don't have this problem.  I simply
modified the first 2 lines of wrapper.properties like specified, and
everything else gets picked up from server.xml or web.xml in my directory.

Eric Lubin
T/L 443-6954  External:  561-443-6954
Notes ID:  elubin@ibmusm20    External: [EMAIL PROTECTED]


"Ronald G. Louzon" <[EMAIL PROTECTED]> on 05/21/2001 08:34:58 AM

Please respond to [EMAIL PROTECTED]

To:   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject:  Running Tomcat as an NT Service



When running Tomcat as a Windows NT service, the NT wrapper
jk_nt_service.exe must be installed and run instead of using the startup
batch file.  It appears that the jk_nt_service application reads its entire
configuration from the wrapper.properties file.  What this means is that
the
classes and jar files under WEB-INF/classes and WEB-INF/lib are not
automatically loaded for a servlet.  Instead, they must all be added
manually in the wrapper.properties file.

Has anyone else run Tomcat as an NT Service and seen this same behaviour?
If this behaviour is correct, why is so much functionality lost when
running
with the wrapper service?

Thanks,
ron


Reply via email to