Re: How to debug tomcat and JSSE

2007-03-22 Thread Rashmi Rubdi
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

Re: How to debug tomcat and JSSE

2007-03-22 Thread Rashmi Rubdi
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]

How to debug tomcat and JSSE

2007-03-22 Thread Gurdeep Kaur \(gurdeep\)
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