Hi, downloaded Tomcat Version 3.2.1
When I tried to build the sample, it wouldn't build for me. It's
*embarrassing* how long it took me to trace it, but the file
\doc\appdev\sample\build.bat
has an error.
rem Identify the custom class path components we need
set CP=%TOMCAT_HOME%\lib\ant.jar;%TOMCAT_HOME%\lib\servlet.jar
set CP=%TOMCAT_HOME%\lib\jaxp.jar;%TOMCAT_HOME%\lib\parser.jar
set CP=%CP%;%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib;.;ant.jar
Please add to the second line CP=%CP%;%TOMCAT_HOME% etc etc.
Without it, the first line gets forgotten and rewritten by the second.
Hopefully no one else will go through the same thing ;)
I'm not actually on this list, please direct any responses/questions to
me directly.
Charlie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]