RE: confusion on running Stand alone

2000-10-25 Thread John Bateman
I'm actually putting in the IP address of the server. -Original Message- From: Stephen Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 5:13 PM To: [EMAIL PROTECTED] Subject: RE: confusion on running Stand alone Hi, Are you really entering something like

RE: confusion on running Stand alone

2000-10-25 Thread Jagannathan, Giri (c)
try this on unix: at the prompt, type netstat -a |grep PORTNO -Original Message- From: John Bateman [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Wednesday, October 25, 2000 10:08 AM To: [EMAIL PROTECTED] Subject: RE: confusion on running Stand alone I'm actually putting

RE: confusion on running Stand alone

2000-10-25 Thread Jagannathan, Giri (c)
try this on unix box: at the prompt, type out netstat -a | grep PORTNO -Original Message- From: John Bateman [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Wednesday, October 25, 2000 10:10 AM To: [EMAIL PROTECTED] Subject: RE: confusion on running Stand alone I can't do

RE: confusion on running Stand alone

2000-10-25 Thread John Bateman
I ask for HEAD / HTTP/1.0 and this is returned HTTP/1.0 500 Internal Server Error Date: Wed, 25 Oct 2000 15:17:26 GMT Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.2.2; Linux 2.2.14-5.0 i386; java.vendor=Sun Microsystems Inc.) Content-Language: en Content-Type: text/html

RE: confusion on running Stand alone

2000-10-25 Thread John Bateman
the Tomcat servlet engine IS running?!? -Original Message- From: Jagannathan, Giri (c) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 10:18 AM To: '[EMAIL PROTECTED]' Subject: RE: confusion on running Stand alone try this on unix: at the prompt, type netstat -a |g

Re: confusion on running Stand alone

2000-10-25 Thread Paul Russell
On Wed, Oct 25, 2000 at 11:01:39AM -0400, John Bateman wrote: I ask for HEAD / HTTP/1.0 and this is returned HTTP/1.0 500 Internal Server Error Date: Wed, 25 Oct 2000 15:17:26 GMT Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.2.2; Linux 2.2.14-5.0 i386;

confusion on running Stand alone

2000-10-24 Thread John Bateman
Hi I'm a bit confused over all the documentation I've been reading. It tells me to run the tomcat server in stand alone mode and verify that I can get the servlets working before I try running it in or out of process with another webserver. This I understand, but I can't seem to find an example

RE: confusion on running Stand alone

2000-10-24 Thread Jagannathan, Giri (c)
jus try accessing http://serverip:8080 without the file index.html!! It worked for me.. -Original Message- From: John Bateman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 4:53 PM To: Tomcat-User (E-mail) Subject: confusion on running Stand alone Hi I'm a bit confused

Re: confusion on running Stand alone

2000-10-24 Thread Ben Souther
You're getting DNS errors when you enter the "IP" number? - Original Message - From: Jagannathan, Giri (c) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 24, 2000 4:51 PM Subject: RE: confusion on running Stand alone jus try accessing http://serverip:80

RE: confusion on running Stand alone

2000-10-24 Thread John Bateman
"0" reloadable="true" /Context Very strange but then again it is the holloween season over here. :) -Original Message- From: Jagannathan, Giri (c) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 4:52 PM To: '[EMAIL PROTECTED]' Subject: RE: confusion on

RE: confusion on running Stand alone

2000-10-24 Thread Josh Knowles
try http://localhost:8080 -Original Message- From: Stephen Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 2:13 PM To: [EMAIL PROTECTED] Subject: RE: confusion on running Stand alone Hi, Are you really entering something like http://192.9.2.200:8080/index.html