Set these environment variables:
ANT_HOME - Ant's root folder
CATALINA_HOME - Tomcat's root folder
JAVA_HOME - JDK's root folder
Set
PATH %JAVA_HOME%/bin;%ANT_HOME%/bin;%CATALINA_HOME%/bin
According to Ant's manual , Ant expects JAVA_HOME and some other
system variables to be set.
-Rashmi
tools.jar is available in JDK's lib folder.
There's a RUNNING.txt file in Tomcat's root folder which provides all
details on configuring Tomcat.
Ant's installation http://ant.apache.org/manual/index.html requires
JAVA_HOME
ANT_HOME
-Rashmi
On 3/22/07, Gurdeep Kaur (gurdeep) <[EMAIL PROTECTED]
I am new to this group and the tomcat world, and would like to know if
there is information available as to how to debug tomcat related issues
and JSSE related issues if it is used with tomcat.
Was looking at building tomcat on apache website and so far I have no
luck building tomcat. Running ant