Re: SSL with Tomcat and Apache..IE problems

2006-06-03 Thread Jim Jagielski
Another possible issue is the session cookie information, which IE has problems with when doing simple HTTP redirects. On May 27, 2006, at 1:05 PM, Rizwan Merchant wrote: We are running tomcat 5.5.16 on Fedora Core 4 OS. We just installed apache2.0 as a front to serve the pages using the mod

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Bill Barker
"Rizwan Merchant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Thanks Bill, > Can I change the redirect port in server.xml from 8443 to 443? Currently, > we are running tomcat as non-root user (tomcat user). Will we need to > change this as well? > Well, since you are front

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Rizwan Merchant
P.S if it were up to me, I wouldnt use IE for anything..been having too many problems with IE and SSL, IE and struts, etc etc Unfortunately, as a web-app developer, we have to cater to 80% of the population that still uses IE !!! :) Bill Barker wrote: "Rizwan Merchant" <[EMAIL PROTECTED]> wrote

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Rizwan Merchant
Thanks Bill, Can I change the redirect port in server.xml from 8443 to 443? Currently, we are running tomcat as non-root user (tomcat user). Will we need to change this as well? Bill Barker wrote: "Rizwan Merchant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] We are runnin

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Bill Barker
"Rizwan Merchant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > We are running tomcat 5.5.16 on Fedora Core 4 OS. We just installed > apache2.0 as a front to serve the pages using the mod_jk connector. There > are 2 apps on tomcat (virtual hosting), one of which needs to be SS

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Rizwan Merchant
Hi, Thanks for the response. apache is listening on standard port 80. Tomcat is listening on standard port 8080 with a redirect to 8443 for SSL connections. So the request http://www.app2.com comes in on port 80 (apache) and then the mod_jk connector forwards this request to 8080 (which is th

Re: SSL with Tomcat and Apache..IE problems

2006-05-27 Thread Wade Chandler
--- Rizwan Merchant <[EMAIL PROTECTED]> wrote: > > We are running tomcat 5.5.16 on Fedora Core 4 OS. We > just installed > apache2.0 as a front to serve the pages using the > mod_jk connector. > There are 2 apps on tomcat (virtual hosting), one of > which needs to be > SSL enabled (lets say ap