How to detect Tomcat running on linux?/.

2001-01-11 Thread blueless
I would like to know how to get tomcat process running... ' ps -ef | grep tomcat ' does not work fine... How can I do it?.. TIA

Servlet Running Test

2001-01-10 Thread blueless
Hi .. I am new to TOMCAT and Servlet... I installed Tomcat on Win98 I included all need in autoexec.bat Set TOMCAT_HOME=C:\tomcat Set JAVA_HOME=C:\jdk1.3 set CLASSPATH=.;c:\jdk1.3\lib\tools.jar Followings are steps I did for test running servlet... 1. TOMCAT_HOME :