Re: redirect port 8080 to 443

2003-10-14 Thread Twan Munster
Subject: RE: redirect port 8080 to 443 Can't think why this is still a problem ( it definitely works for me ) , other than a simple one of URL patterns. Does the URI /secure match the pattern /secure/*, is there a default document there which would cause a redirect that is affecting this. What

Re: redirect port 8080 to 443

2003-10-13 Thread Twan Munster
thnx for comment, but it didn't work I still can connect to http://localhost/secure/ Twan - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 11, 2003 6:38 AM Subject: Re: redirect port 8080 to 443 It's in the FAQ: http

Re: redirect port 8080 to 443

2003-10-13 Thread Twan Munster
thnx for comment, but it didn't work I still can connect to http://localhost:8080/secure/ Twan - Original Message - From: Steph Richardson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 12, 2003 5:17 PM Subject: RE: redirect port 8080 to 443 You can

RE: redirect port 8080 to 443

2003-10-13 Thread Steph Richardson
://localhost/secure/somethingelse -Original Message- From: Twan Munster [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 6:17 AM To: Tomcat Users List Subject: Re: redirect port 8080 to 443 thnx for comment, but it didn't work I still can connect to http://localhost:8080/secure

RE: redirect port 8080 to 443

2003-10-12 Thread Steph Richardson
to https on the http port. e.g. : https://myserver.com:8080/secure.index.jsp Steph -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Saturday, October 11, 2003 12:39 AM To: [EMAIL PROTECTED] Subject: Re: redirect port 8080 to 443 It's in the FAQ: http

Re: redirect port 8080 to 443

2003-10-11 Thread Peter Harrison
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

Re: redirect port 8080 to 443

2003-10-10 Thread Bill Barker
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