On Sat, 11 Oct 2003 17:38, Bill Barker wrote: > It's in the FAQ: > http://jakarta.apache.org/tomcat/faq/security.html#https > > "Twan Munster" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > Hello, > > I'm using apache+mod_ssl+mod_jk to make a secure connection. > But every time I call a page in cocoon it is called through port 8080. Is > it possible to redirect a call to port 8080 to port 443? And not for the > entire server, but only for a certain directory?How is this done?
Assuming you have configured tomcat correctly to handle SSL its simply a matter of using https:// rather than http:// in you URL's. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
