Struts forwarding problem after adding sslext

2009-10-06 Thread sonavor
way to use/configure sslext so it doesn't do that? Or is it a Struts configuration that I need to fix? Thanks, -sonavor -- View this message in context: http://www.nabble.com/Struts-forwarding-problem-after-adding-sslext-tp25774786p25774786.html Sent from the Struts - User

Re: Problem adding sslext to Struts application

2009-10-05 Thread sonavor
ed to send over to Tomcat have to be redefined in that file. Only that URL patterns though...not all of the stuff you have in the mod_jk.conf file though. Once I fixed that problem my sslext managed HTTPS links all started working fine. sonavor wrote: > > Some additional information - >

Re: Problem adding sslext to Struts application

2009-10-05 Thread sonavor
Apache 2.2 web server and the request is never sent to my Tomcat 5.5 server for processing. There must be some additional configuration that needs to be in place on the Apache to Tomcat connector. -sonavor sonavor wrote: > > I am trying to provide http/https switching on some URL patterns

Problem adding sslext to Struts application

2009-10-05 Thread sonavor
- and the login link will change to - http://localhost/MyWebApp/secure/userLogin.do That login works (but it uses HTTP and not HTTPS). Does anyone know why the Struts action path is not being found when HTTPS is turned on? Thanks, -sonavor -- View this message in context: http