Howdy, A filter can be easily written for this purpose: - Check request URL - If request is for secure page, forward to different port (the one you configure in server.xml to be an SSL connector) on same server with same request path. - Otherwise, pass request on...
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Michael Futeran [mailto:[EMAIL PROTECTED] >Sent: Monday, September 22, 2003 9:28 PM >To: Tomcat Users List >Subject: Forwarding with Tomcat Standalone > >I am trying to replace an Apache/Tomcat combination with Tomcat standalone. >I have everything else working, but I can not figure out how to get >requests >for secure pages to be auto forwarded to https the way they are with >Apache. This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
