Hello all, For ridiculous reasons, I need to redirect some users from https port 8443 -> http port 8888. Hoping to do it without any code, which would force us to go through a longer qa cycle, hence the "config file only".
Seemed simple, but I can't get it to work. We're no longer using https, there is no security-constraint, and the only reason I'll have a Connector on 8443 is to (hopefully) redirect these users that need redirecting. I thought I could just add a redirectPort to my connector on port 8443, but no go. I've tried a bunch of permutations in this Connector,with/without the security-constraint in web.xml, scheme, etc but no joy. I can go directly to the webapp via http just fine, but I can't make a request to https://myHost:8443/my/webapp redirect to http://myHost:8888/mywebapp work. Anyone know how to make this happen? Thanks for your help! Edmund --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]