You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by dakavara <da...@india.hp.com> on 2003/12/01 07:42:14 UTC

How can we know Tomcat is running or not through Standalone Java Prog

Hi,


How can we know Tomcat is running or not through Standalone Java Program.


Thanks in Advance,
Ashok.D

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: How can we know Tomcat is running or not through Standalone Java Prog

Posted by Neal <ne...@yahoo.com>.
Look in your Tomcat/conf/server.xml file.  Is there an uncommented
service tag like the following?

<Service name="Tomcat-Standalone">

This instructs Tomcat to run standalone. 

Also, you can confirm this by looking at Tomcat output when it is
stated.  When tomcat starts it will write to standard out (logs in Unix
or output window on Windows).

-N 


-----Original Message-----
From: dakavara [mailto:dakavara@india.hp.com] 
Sent: Sunday, November 30, 2003 10:42 PM
To: Tomcat Users List (E-mail)
Subject: How can we know Tomcat is running or not through Standalone
Java Prog

Hi,


How can we know Tomcat is running or not through Standalone Java
Program.


Thanks in Advance,
Ashok.D

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org