Not sure if this is a problem on all win32 systems, but the startup.bat does not work 
on most all the win32 systems I install it on with out a modification.

This is the line that needs to be changed:

call "%TOMCAT_HOME%\bin\tomcat" start %1 %2 %3 %4 %5 %6 %7 %8 %9

It should be changed to:

call "%TOMCAT_HOME%\bin\tomcat.bat" start %1 %2 %3 %4 %5 %6 %7 %8 %9

The problem is that on most systems, not sure if this is environment related, the call 
to tomcat actually executes tomcat.exe not tomcat.bat as it should.







David Durham
AMC Communications Group, SCBE 
NCI Information Systems, Inc.
Scott AFB, IL
618.256.5264 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to