Hi,
Kindly check if your web server is currently running, netstat -vat or ps -aux |grep httpd if it is, shut it down via /etc/rc.d/init.d/httpd stop and then try to start your tomcat server. If this still doesn't work, then you may need to be with root priveledges to start-up applications 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 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 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 suggestion as to why I am getting this error message and > what I can do to resolve it? Thanks in advance! > > Keith > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
