On Tue, 29 Jan 2002, Paul Wallace wrote: > Hello, > A question possibly more appropriate for the FAQ archives, but I've > exhausted them, as well as myself. > I have successfully setup Apache / Tomcat 4.0. I have 2 questions. I would > like Tomcat to use HTTP port 80. At - > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt I am told to use > a number greater than 1024. How does one configure Tomcat to use the default > port of 80, and hence not need to specify the port number in the URL? > Thanks > > Paul. >
I once tried this. I put in my server.xml (in conf dir) port 80 instead of the original 8080. I could not start it up as a simple user but I needed to get root access to get it work. But it worked. After that I could access my Tomcat web apps without specifying the port number in the URL. This means of cource that you cannot have your Apache HTTP server running at the same time in port 80, right(?). --teemu -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
