Ok, so I want tomcat to use port 80 so that I don't have to type in http://url:8080 all the time and can just accesses it with the straight url. I have changed the server.xml file to read port 80 in replace of the 8080 that was there originally under the HttpConnector. Is there anything else that needs to be done for tomcat to use port 80? I keep getting Permission Denied messages when I type "tomcat4 run" as the root user. That command does work, though, if I change the port back to 8080. Any insights would be much appreciated! Thanks!
Keith
