I also have run into problems with bat files
My immediate response was to break the CLASSPATH into functional area
CLASSPATH
e.g.
TOMCAT_CLASSPATH=F:\TOMCAT\JAKART~1.27\server\lib\catalina.jar;F:\TOMCAT\JAK
ART~1.27\common\lib\jasper-runtime.jar;F:\TOMCAT\JAKART~1.27\server\lib\tomc
at-jk2.jar;F:\TOMCAT\JAKART~1.27\server\lib\tomcat-http11.jar;F:\TOMCAT\JAKA
RT~1.27\common\lib\naming-resources.jar;F:\TOMCAT\JAKART~1.27\server\lib\tom
cat-coyote.jar;F:\TOMCAT\JAKART~1.27\server\lib\commons-modeler.jar;F:\TOMCA
T\JAKART~1.27\server\lib\mx4j-jmx.jar;F:\TOMCAT\JAKART~1.27\server\lib\commo
ns-beanutils.jar;F:\TOMCAT\JAKART~1.27\common\lib\naming-common.jar;F:\TOMCA
T\JAKART~1.27\common\lib\commons-collections.jar;F:\TOMCAT\JAKART~1.27\serve
r\lib\tomcat-util.jar;F:\TOMCAT\JAKART~1.27\server\lib\bootstrap.jar;F:\TOMC
AT\JAKART~1.27\server\lib\commons-digester.jar;F:\TOMCAT\JAKART~1.27\common\
lib\ant.jar;F:\TOMCAT\JAKART~1.27\common\lib\log4j-1.2.8.jar;

SERVLETS_PATH=F:\TOMCAT\JAKART~1.27\common\lib\servlet.jar;F:\TOMCAT\JAKART~
1.27\common\lib\jasper-compiler.jar;F:\TOMCAT\JAKART~1.27\server\lib\servlet
s-invoker.jar;F:\TOMCAT\JAKART~1.27\server\lib\servlets-common.jar;F:\TOMCAT
\JAKART~1.27\server\lib\servlets-default.jar

AXIS_CLASSPATH=H:\SOAP_BIN\SOAP-2~1;J:\AXIS\axis-1_1\axis.jar;J:\AXIS\axis-1
_1\lib\commons-logging.jar;J:\Log4J\JAKART~1.3\dist\lib\log4j-core.jar;J:\AX
IS\axis-1_1\lib\jaxrpc.jar;K:\Jakarta\AXIS\xml-axis\java\lib\tt-bytecode.jar
;K:\Jakarta\AXIS\xml-axis\java\lib\wsdl4j.jar;K:\Jakarta\Tomcat\TOMCAT~1.1\c
ommon\endorsed\xercesImpl.jar;K:\Jakarta\Tomcat\TOMCAT~1.1\common\endorsed\x
mlParserAPIs.jar

CLASSPATH=%TOMCAT_CLASSPATH%;%SERVLETS_PATH%;%AXIS_CLASSPATH%
----- Original Message -----
From: "R. W. Stavros, PhD" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 08, 2003 10:35 PM
Subject: jakarta-tomcat-5.0.9 batch files


>
> Hello,
> I'm new a tomcat developer and have quite a time trying to get it up and
> working and to understand what was actually going on in the various batch
> files that were delivered with jakarta-tomcat-5.0.9.
>
> So I have spent some time documenting, formatting, and standardized the
> batch files.
> Included are the files that I have done so far. What do I do next??
>
> All errors are marked with a "--***" prefix to help differentiate them
from
> other lines.
> All errors set a return code that is returned upon completion
> All echo statements start with a "--" to help differentiate them from
> Catalina output
> All batch files have a Setup, Initialization, Execution, Finalization
> sections
> All batch files have a header
> I've commented each section
> I've added a help command/action for each file.
> I've added a verification steps for all env. variables, jars and
executables
> that document what is wrong with error statements and error return codes.
>
> R. W. Stavros, Ph.D.
>
>


----------------------------------------------------------------------------
----


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

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

Reply via email to