Re: Problem redirecting http to https in Tomcat 4

2010-07-14 Thread Robedan
Can you post all active Connector 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

Problem redirecting http to https in Tomcat 4

2010-07-13 Thread Robedan
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 8080 but I successfully modified the SERVER.XML to make it work over port 80. I also sucessfully

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

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.