connectors and port80

2003-06-03 Thread Fumo, Vince
I'm trying to get tc to run on a linux 9 server. I've got it working fine on port 8080 but when I change my connector to port 80 I get an access denied exception (see info below). I'm guessing I got the connector definition correct and that its something in linux. Do any of you have any

Re: connectors and port80

2003-06-03 Thread Mirit Naim
Under which account you installed tomcat? If it is not root, you can't run it at port 80 just like that (maybe there is a forwarding option, I don't know). [EMAIL PROTECTED] 06/02/03 04:46PM I'm trying to get tc to run on a linux 9 server. I've got it working fine on port 8080 but when I change

Re: connectors and port80

2003-06-03 Thread Graham Smith
only root can bind ports below 1024. tomcat would have to be running as root to bind port 80. Graham Fumo, Vince wrote: I'm trying to get tc to run on a linux 9 server. I've got it working fine on port 8080 but when I change my connector to port 80 I get an access denied exception (see info

RE: connectors and port80

2003-06-03 Thread Fumo, Vince
Nope..installed as root. Is there a way I can verify the group/user ownership? vef -Original Message- From: Mirit Naim [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 8:50 AM To: [EMAIL PROTECTED] Subject: Re: connectors and port80 Under which account you installed tomcat

Re: connectors and port80

2003-06-03 Thread John Turner
FAQ You must be root to bind a process or service to a port less than 1024. John On Mon, 2 Jun 2003 09:46:27 -0400, Fumo, Vince [EMAIL PROTECTED] wrote: I'm trying to get tc to run on a linux 9 server. I've got it working fine on port 8080 but when I change my connector to port 80 I get an

RE: connectors and port80

2003-06-03 Thread James Lewis
Yes. But seriously how do you mean? Are *you* root when you run it? -Original Message- From: Fumo, Vince [mailto:[EMAIL PROTECTED] Sent: 02 June 2003 14:55 To: 'Tomcat Users List' Subject: RE: connectors and port80 Nope..installed as root. Is there a way I can verify the group

RE: connectors and port80

2003-06-03 Thread Mirit Naim
] Subject: Re: connectors and port80 Under which account you installed tomcat? If it is not root, you can't run it at port 80 just like that (maybe there is a forwarding option, I don't know). [EMAIL PROTECTED] 06/02/03 04:46PM I'm trying to get tc to run on a linux 9 server. I've got it working fine

RE: connectors and port80

2003-06-03 Thread Fumo, Vince
) the exception.. vef -Original Message- From: Mirit Naim [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 8:59 AM To: [EMAIL PROTECTED] Subject: RE: connectors and port80 which account do you use to start tomcat? [EMAIL PROTECTED] 06/02/03 04:55PM Nope..installed as root

Re: connectors and port80

2003-06-03 Thread John Turner
tomcat4 stop 2) swapped the server.xml file 3) service tomcat4 start and then I got (and copied to the previous email) the exception.. vef -Original Message- From: Mirit Naim [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 8:59 AM To: [EMAIL PROTECTED] Subject: RE: connectors and port80

RE: connectors and port80

2003-06-03 Thread Fumo, Vince
[mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 10:17 AM To: Tomcat Users List Subject: Re: connectors and port80 I'm guessing Red Hat. I'm guessing RPM. If true and true, then the user running Tomcat is a user called 'tomcat4', which does not have permission to bind a service to port 80

Re: connectors and port80

2003-06-03 Thread John Turner
a way to get tomcat to run as root correct? vef -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 10:17 AM To: Tomcat Users List Subject: Re: connectors and port80 I'm guessing Red Hat. I'm guessing RPM. If true and true, then the user running

RE: connectors and port80

2003-06-03 Thread Fumo, Vince
and create symlinks like the rpm did? vef -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 10:41 AM To: Tomcat Users List Subject: Re: connectors and port80 Find a way? No, it's easy, but with the RPM it might be problematic. As root

Re: connectors and port80

2003-06-03 Thread John Turner
PROTECTED] Sent: Monday, June 02, 2003 10:41 AM To: Tomcat Users List Subject: Re: connectors and port80 Find a way? No, it's easy, but with the RPM it might be problematic. As root: $CATALINA_HOME/bin/startup.sh That's all it takes. However, that's assuming a binary install. I don't use RPMs