Yes, I'm running as root and I don't have apache runing...
Any ideas?
Thanks
bards <(E-Mail Removed)> wrote in message news:<bno4kj$5p1$(E-Mail Removed)>...
> N.K. wrote:
> > Hi,
> >
> > I'd like Tomcat 4 to be listening on port 80 and serve pages.
> > Currently it's listening on port 8080. I have changed server.xml file
> > where I set port = 80 in the <Connector name =
> > org.apache.catalina.connector.http.HttpConnector port = 80 > ( a non
> > ssl connector). When I try to start Tomcat I get a message access
> > denied. My httpd is disabled, since we are using Tomcat as web
> > server.
> > In Firewall configuration I added a line with Accept action for port
> > 80. It created an /etc/sysconfig/ipchains file.
> > Still, I get the same message and can't start Tomcat.
> > How can I get Tomcat listening on port 80?
> > When I ran netstat -tupan I see no entry for port 80. What am I doing
> > wrong?
> > Any ideas would be greatly appreciated.
> > Thanks in advance.
> > N.K.
>
> Looks like you may already have something listening on port 80, apache
> perchance ?
>
> Also, you will only be able to start tomcat on port 80 if you are logged
> in as root, are you trying to bind it to port 80 as a normal user eg
> tomcat ?
|