RE: can I run tomcat on port 80 without running as root

2005-10-26 Thread Klotz Jr, Dennis
Just a quick reply. Do a google on jsvc. I use it on our linux box to do exactly what you are asking. You can find the tar ball in the bin directory of tomcat. -Dennis -Original Message- From: Kam Lung Leung [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 3:00 PM To:

RE: can I run tomcat on port 80 without running as root

2005-10-26 Thread George Sexton
Yes. The solution is (assuming you're running Linux or something like it) is to port forward requests on port 80 to port 8080. Here's a discussion. http://linux.org.mt/article/tomcat-ports George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original

Re: can I run tomcat on port 80 without running as root

2005-10-26 Thread John Laughton
I run the machine that has tomcat behind a router that does a NAT from port 80 to port 8080 John At 01:00 PM 10/26/2005 -0600, Kam Lung Leung wrote: Hi, I want to have Tomcat listen to port 80 instead port 8080. However, I don't want to run Tomcat as root. Is this possible? Thank you in