nicumarius wrote: > > David Smith-2 wrote: > >> Bind your server to port 80. >> >> nicumarius wrote: >> >>> what should I do to not use port number when writting the address of a >>> page >>> on the Apache server? >>> >>> >> --David >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: users-h...@tomcat.apache.org >> >> >> >> > > > I have others applications on port 80 and 8080 >
Well.. as they say on Mythbusters, "There's your problem". As I see it, you have two choices: 1. Proxy your app through one of the existing apps that is bound to port 80 using either standard reverse proxy or mod_jk (assuming the app on 80 is Httpd or IIS). 2. Reconfigure the existing apps to bind to a specific IP and port, leaving one combination of IP and port 80 available for this one. Since you haven't let us know anything about your server setup, we can only suggest very general things. Port 80 is the well known port for HTTP protocol and the one your browser assumes when you don't type it in the address bar. There's no way I know of to make it behave differently. --David --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org