Hi, I am using Tomcat to host an application. Sometimes it happens that the JSP page giving an error, becomes fine as soon as I restart the tomcat. The error generated is specifically at the place where I am initializing the bean. Why is it so? Thanks in advance. Regards, Anunay Ashish. ----- Original Message ----- From: "Peter Harrison" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, October 11, 2003 12:24 PM Subject: Re: redirect port 8080 to 443
> 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
