Unless tomcat is running on port 80 (the default port for HTTP) the URL _must_ include the port number otherwise the browser assumes that the webserver is running on Port 80 (which is apparently not the case).
Try configuring tomcat to run on port 80 instead of 8080 (or whatever you've got it set to) in the server.xml file. Hamish > -----Original Message----- > From: Rademacher Tobias [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 10:26 AM > To: '[EMAIL PROTECTED]' > Subject: How to configure Tomcat to suppress adding port to URL?????? > > > Hi Folks, > > is it possible to configure Tomcat 4.0 to suppress the port > into the url > adress (URL rewriting etc)? > If yes who and in which config file? > > I need this due to Tomcat should run into a specical security > zone and the > firewall maps a specific port > to my tomcat server. Therefore I would like to force Tomat > not returing the > Port into the URL's. > > Bye & lot's of Thx > Toby > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
