Hello list,

This should be simple, but I can't seem to find a coherent example with a variety of search terms .. so here goes.

If I say : http://host, I want it to become https://host.domain.com

I have a coyote connector which handles the 80->443 part, so if you do :

http://host.domain.com it becomes https://host.domain.com and works just fine.

However, if you're within the domain search order, and you type :

http://host .. it gets redirected to https://host, and you get an SSL name mismatch error.

In apache this is just a matter of doing a rewrite rule .. how does one go about doing this in Tomcat? (an example, or a link to one, would be much appreciated).

Thanks,

Michael Holstein
Cleveland State University

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to