RE: How to set tomcat to use port 80...

2002-09-08 Thread Turner, John
Reason number #1 I don't like RPMs...you never know for sure what they are doing. John -Original Message- From: Keith Pemberton To: Turner, John Cc: [EMAIL PROTECTED] Sent: 9/8/02 12:07 AM Subject: RE: How to set tomcat to use port 80... tomcat4 run is a script file that I can run

Re: How to set tomcat to use port 80...

2002-09-08 Thread Gerald Henriksen
On Sun, 8 Sep 2002 12:12:50 -0400 , you wrote: Reason number #1 I don't like RPMs...you never know for sure what they are doing. In this case it is all documented in the release notes http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/rpms/ -- To unsubscribe, e-mail:

Re: How to set tomcat to use port 80...

2002-09-08 Thread Ignacio Cárdenas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! enough to comment per se ... but someone mentioned in a prior conversation that in order for Tomcat to run on any port 1024 it must run as root. I Is correct... you need root permisions tu run Tomcat, or any other application, if it use

RE: How to set tomcat to use port 80...

2002-09-08 Thread Xiaoyu Zhang
Could it be that there is something else also running on port 80 that you aren't aware of. I 'think' I had that problem at work when some other program was using port 80.. I'm not certain that was the error had, but just thought I'd throw out the possibility. Check the

How to set tomcat to use port 80...

2002-09-07 Thread Keith Pemberton
Ok, so I want tomcat to use port 80 so that I don't have to type in http://url:8080 all the time and can just accesses it with the straight url. I have changed the server.xml file to read port 80 in replace of the 8080 that was there originally under the HttpConnector. Is there anything else

RE: How to set tomcat to use port 80...

2002-09-07 Thread neal
PROTECTED] Subject: How to set tomcat to use port 80... Ok, so I want tomcat to use port 80 so that I don't have to type in http://url:8080 all the time and can just accesses it with the straight url. I have changed the server.xml file to read port 80 in replace of the 8080 that was there originally

Re: How to set tomcat to use port 80...

2002-09-07 Thread Rick Reumann
On Saturday, September 7, 2002, 11:19:41 PM, Keith Pemberton wrote: KP I keep getting Permission Denied messages KP when I type tomcat4 run as the root user. That command does KP work, though, if I change the port back to 8080. Any insights KP would be much appreciated! Thanks! Could

RE: How to set tomcat to use port 80...

2002-09-07 Thread Keith Pemberton
/02 11:19 PM Subject: How to set tomcat to use port 80... Ok, so I want tomcat to use port 80 so that I don't have to type in http://url:8080 all the time and can just accesses it with the straight url. I have changed the server.xml file to read port 80 in replace