RE: Tomcat Server Not Running

2003-10-08 Thread Shapira, Yoav
kannan krishnamoorthy [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:21 PM To: [EMAIL PROTECTED] Subject: Tomcat Server Not Running Hi, I installed Tomcat Server.I config also JAVA_HOME and CATALINA_HOME. I run the startup.bat file the new window opened after few seconds the new window

Tomcat Server Not Running

2003-10-07 Thread rajesh kannan krishnamoorthy
Hi, I installed Tomcat Server.I config also JAVA_HOME and CATALINA_HOME. I run the startup.bat file the new window opened after few seconds the new window closed.I don't know, when I mistake the config file.The server was not working properly I check all files.I am waiting for your hopeful reply.

How can I tell if Tomcat Server is running

2001-06-11 Thread DPante
I recently installed Tomcat 3.2.2. When I start the server, it appears to start correctly (no error messages). However, when I try to execute the example SnoopServlet from the browser by typing: http:localhost:8080/examples/servlet/SnoopServlet I get an error message indicating that the page

RE: How can I tell if Tomcat Server is running

2001-06-11 Thread Michael Wentzel
I recently installed Tomcat 3.2.2. When I start the server, it appears to start correctly (no error messages). However, when I try to execute the example SnoopServlet from the browser by typing: http:localhost:8080/examples/servlet/SnoopServlet I get an error message indicating that the

RE: How can I tell if Tomcat Server is running

2001-06-11 Thread Filip Hanik
:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 1:34 PM To: [EMAIL PROTECTED] Subject: How can I tell if Tomcat Server is running I recently installed Tomcat 3.2.2. When I start the server, it appears to start correctly (no error messages). However, when I try to execute the example SnoopServlet

RE: How can I tell if Tomcat Server is running

2001-06-11 Thread Nael Mohammad
transmission and its attachments without reading or saving in any manner. Thank you. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 1:08 PM To: '[EMAIL PROTECTED]' Subject: RE: How can I tell if Tomcat Server is running I recently installed

RE: How can I tell if Tomcat Server is running

2001-06-11 Thread Michael Wentzel
Verify that tomcat has actually started. To check this, for unix and Linux, I would just do a ps -ef|grep tomcat or whatever the name of that process is. This will work in *nix but it doesn't tell you if it is running correctly/the right port/etc... The best thing for this is testing

RE: How can I tell if Tomcat Server is running

2001-06-11 Thread Nael Mohammad
: RE: How can I tell if Tomcat Server is running Verify that tomcat has actually started. To check this, for unix and Linux, I would just do a ps -ef|grep tomcat or whatever the name of that process is. This will work in *nix but it doesn't tell you if it is running correctly/the right port

RE: How can I tell if Tomcat Server is running

2001-06-11 Thread Mike Jackson
[mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 2:16 PM To: '[EMAIL PROTECTED]' Subject: RE: How can I tell if Tomcat Server is running Verify that tomcat has actually started. To check this, for unix and Linux, I would just do a ps -ef|grep tomcat or whatever the name of that process