Re: Permission denied trying to connect tomcat to port 80...

2002-09-06 Thread Mark Eggers
Make sure the startup script is not suid/sgid to something. Also, make sure there is not an httpd configured in /etc/inetd.conf. /mde/ just my two cents . . . . __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.co

Re: Permission denied trying to connect tomcat to port 80...

2002-09-06 Thread Ben Walding
Does it work if you pick a port like 2343 or some other random unused port (just to rule out some other service / odd configuration error). Keith Pemberton wrote: >Here is the output I get from running tomcat4 run. Hope this helps: > >Using CATALINA_BASE: /var/tomcat4 >Using CATALINA_HOME:

Re: Permission denied trying to connect tomcat to port 80...

2002-09-06 Thread Keith Pemberton
Here is the output I get from running tomcat4 run. Hope this helps: Using CATALINA_BASE: /var/tomcat4 Using CATALINA_HOME: /var/tomcat4 Using CATALINA_TMPDIR: /var/tomcat4/temp Using JAVA_HOME: /usr/java/j2sdk1.4.0 Catalina.start: LifecycleException: null.open: java.net.BindException

Re: Permission denied trying to connect tomcat to port 80...

2002-09-06 Thread Ben Walding
Might be best to post the dump of your error message. Although from the sounds of it, it might be that your catalina.sh / startup.sh is not set for execute Try chmod a+x catalina.sh Then ./catalina.sh run See if that helps Keith Pemberton wrote: >I'm trying to point my tomcat server over to

RE: Permission denied trying to connect tomcat to port 80...

2002-09-06 Thread Keith Pemberton
September 07, 2002 10:44 AM > To: [EMAIL PROTECTED] > Subject: Permission denied trying to connect tomcat to port 80... > > > I'm trying to point my tomcat server over to port 80 in Redhat Linux, > but I am having a little trouble with it. I have a

Re: Permission denied trying to connect tomcat to port 80...

2002-09-06 Thread Larry Meadors
You have to be root to access ports < 1000. I think you could su or sudo it. Larry >>> [EMAIL PROTECTED] 09/06/02 20:44 PM >>> I'm trying to point my tomcat server over to port 80 in Redhat Linux, but I am having a little trouble with it. I have apache installed as well but I have both disable

RE: Permission denied trying to connect tomcat to port 80...

2002-09-06 Thread John Naldoza
tions listening on ports < 1024 :) Hope that helps. Cheers, John Clark > -Original Message- > From: Keith Pemberton [mailto:[EMAIL PROTECTED]] > Sent: Saturday, September 07, 2002 10:44 AM > To: [EMAIL PROTECTED] > Subject: Permission denied trying to connect tomcat to

Permission denied trying to connect tomcat to port 80...

2002-09-06 Thread Keith Pemberton
I'm trying to point my tomcat server over to port 80 in Redhat Linux, but I am having a little trouble with it. I have apache installed as well but I have both disabled the service and commented out the two lines in the /etc/services file that deal specifically with port 80. Anyone have a sugges