Re: Problem redirecting http to https in Tomcat 4

2010-07-14 Thread Pid
On 13/07/2010 21:36, Caldarale, Charles R wrote: ... since Tomcat 4 is before my time ... > > - Chuck :o p signature.asc Description: OpenPGP digital signature

Re: Problem redirecting http to https in Tomcat 4

2010-07-14 Thread David Fisher
Robedan, I recall that we started doing the following in Tomcat 4.1: In the webapps WEB-INF/web.xml we inserted the following right before : Entire Application /* CONFIDENTIAL This forced http:// reques

Re: Problem redirecting http to https in Tomcat 4

2010-07-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robedan, On 7/14/2010 1:29 PM, Robedan wrote: >> Can you post all >> active elements from your conf/server.xml file? > > Attached. [inlined here:] > port="80" minProcessors="5" maxProcessors="75" enableLookups="true" > redirectPort="443" acceptCo

Re: Problem redirecting http to https in Tomcat 4

2010-07-14 Thread Robedan
Can you post all active elements from your conf/server.xml file? Attached. The web.xml file should be in your webapp's deployment directory under WEB-INF/web.xml. I've tried it there, but with the same results. This is the only application that will ever be on this server, so either should wor

Re: Problem redirecting http to https in Tomcat 4

2010-07-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robedan, On 7/13/2010 11:05 AM, Robedan wrote: > I have an application that has a Web interface using an embeded Tomcat 4 > Server. I need to make it available to users over the Internet and want to > secure it with SSL. It originally worked on port 8

Re: Problem redirecting http to https in Tomcat 4

2010-07-13 Thread Bill Barker
Tomcat 4.x is well know to have problems with this when using a non-default SSL port with MSIE. However, it usually works ok with the default SSL port. I would check that you have the correct redirectPort defined in the for the non-SSL connector. "Robedan" wrote in message news:29151597.p.

RE: Problem redirecting http to https in Tomcat 4

2010-07-13 Thread Caldarale, Charles R
> From: Robedan [mailto:drobe...@cesco.net] > Subject: RE: Problem redirecting http to https in Tomcat 4 > > Whoops, forgot to attach the web.xml. Here it is... > http://old.nabble.com/file/p29155093/web.xml web.xml I copied & pasted your section into the conf/web.xml f

RE: Problem redirecting http to https in Tomcat 4

2010-07-13 Thread Robedan
Whoops, forgot to attach the web.xml. Here it is... http://old.nabble.com/file/p29155093/web.xml web.xml -- View this message in context: http://old.nabble.com/Problem-redirecting-http-to-https-in-Tomcat-4-tp29151597p29155093.html Sent from the Tomcat - User mailing list archive at Nabble.com.

RE: Problem redirecting http to https in Tomcat 4

2010-07-13 Thread Caldarale, Charles R
> From: Robedan [mailto:drobe...@cesco.net] > Subject: RE: Problem redirecting http to https in Tomcat 4 > > I'm attachng a copy of ther web.xml taken from /tomcat/conf. The list strips most attachments, so that didn't work. Sometimes .zip files come through, but it

RE: Problem redirecting http to https in Tomcat 4

2010-07-13 Thread Robedan
Thanks for the reply. In answer to your questions: No longer supported. You really should upgrade. Not an option here. Tomcat 4 comes embedded with the app. Upgrading may affect the app negatively, or in a way the vendor won't support. Gonna have to live with it for now. If that's what you act

RE: Problem redirecting http to https in Tomcat 4

2010-07-13 Thread Caldarale, Charles R
> From: Robedan [mailto:drobe...@cesco.net] > Subject: Problem redirecting http to https in Tomcat 4 > > I have an application that has a Web interface using an > embeded Tomcat 4 Server. No longer supported. You really should upgrade. > The final piece of the puzzle I've been struggling with