Christopher Schultz wrote: > David, > > On 11/17/2009 7:39 AM, David Smith wrote: > > Your tomcat has to listen on 443 to remove the port number from the > > URL. This is not a tomcat issue, but rather the browser's expectation. > > That's not entirely true. If Robert configures his firewall to redirect > port 443 -> 8443 similar to how he does 80 -> 8080, then he can "remove" > the port number from the URL by changing the redirectPort attribute in > his <Connector> to "443". > > -chris You're talking about proxying the connection with a reverse proxy. That works, but I believe the connector will have to have proxyPort set so generated URLs within the app don't include a port number.
--David --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org