RE: I admit it -- I'm too lazy to read the documentation

2001-09-08 Thread Randy Layman
Two possible reasons that it stopped working: 1. Something else is already using port 80 (netstat -a will tell you if there is, probably Apache, IIS, iPlanet, etc) 2. You don't have permissions to use port 80, only applicable on Unix. If you are using a Unix OS then

RE: I admit it -- I'm too lazy to read the documentation

2001-09-06 Thread Brent Hughes
I was just kidding I'm not really that lazy. I just thought someone would respond faster if I said that. I actually already tried to change the one in server.xml to port 80 before I sent the email. That was probably pretty stupid but I thought it might work anyway. A full text search of the conf

Re: I admit it -- I'm too lazy to read the documentation

2001-09-06 Thread Charles Webber
Depends what you're trying to do. If you just want Tomcat to work as web/servlet/jsp server, then you can change the port in server.xml in your conf directory and restart Tomcat. Tomcat is capable of serving static html as well as servlets and jsps. However, most people want this to work with a

RE: I admit it -- I'm too lazy to read the documentation

2001-09-06 Thread Curtis Dougherty
You have an additional file to change to make TOMCAT work on any port lower than 1024... -Original Message- From: Brent Hughes [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 8:40 AM To: [EMAIL PROTECTED] Subject: RE: I admit it -- I'm too lazy to read the documentation I

RE: I admit it -- I'm too lazy to read the documentation

2001-09-06 Thread Cory Powers
Don't forget that you need to be root to open ports below 1024 for listening on Linux. -Original Message- From: Curtis Dougherty [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 4:39 PM To: '[EMAIL PROTECTED]' Subject: RE: I admit it -- I'm too lazy to read the documentation

Re: I admit it -- I'm too lazy to read the documentation

2001-09-06 Thread Tim O'Neil
Or hire a consultant at $100 an hour to do it for you. At 11:38 PM 9/6/2001, you wrote: Since you are lazy, why stop with reading at all, just grep the config files for 8080 and hope it's the right one. - Original Message - From: Brent Hughes [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: I admit it -- I'm too lazy to read the documentation

2001-09-06 Thread Jonathan Eric Miller
You're kidding, right? If you changed all the 8080's in server.xml to 80, that should have done it. You remembered to restart the server, right? Jon - Original Message - From: Curtis Dougherty [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 3:38 PM Subject: