Can I change the server.xml file to force http listening on 8443 instead of 8080? Or will this cause a conflict with SSL listening on the same port? If a user types in www.myNewDomainName.com is it port 80 that tomcat4 listens on or is it 8080? Thanks
-----Original Message----- From: SH Solutions [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 8:09 AM To: 'Tomcat Users List' Subject: RE: virtual host in tomcat 4? Hi > when the user types in www.myNewDomainName.com ... they try to reach you server on port 80 (!!) which is blocked. If you mean: "when the user types in "https://www.myNewDomainName.com" they are redirected to https://myServerName:8443/mySSLApp/index.jsp ? This is possible. Simply have your jsp as welcome file. [and let you jsp do the redirect] cu, Steffen --------------------------------------------------------------------- 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]
