Hi Suri, Am Samstag, 14. Mai 2005 17:05 schrieb suri.jagadish: > How do I configure the tomcat for the default port 80 for answering > the http request for the ip address in the net
It is not recommended to run Tomcat as root. If you would configure to listen to port 80 instead of port 8080, you would need to run Tomcat as root because ports below 1024 require root privileges. There are several ways to achieve, that Tomcat can be reached on port 80 from outside although it is running on port 8080 locally. The way which I prefer is to setup a rule in the firewall of the machine redirecting incoming request for port 80 to port 8080. Best wishes Lutz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
