I'm using mod_jk to connect Apache to Tomcat running my Turbine/Velocity app. This works well when accessed using http. When I attempt to access the app using https, I get exceptions from Turbine. My server.xml has one connector defined for mod_jk to use (port 8009).
Can anyone advise me in determining the root cause of this? Here's a part of the turbine.log record: [Wed Jan 30 09:54:48 EST 2002] -- ERROR -- Error rendering Velocity template: screens/Login.vm: https://localhost/sri/servlet/sri/action/LoginUser [Wed Jan 30 09:54:48 EST 2002] -- ERROR -- Error rendering Velocity template: screens/Login.vm: Error rendering Velocity template: screens/Login.vm: https://localhost/sri/servlet/sri/action/LoginUser [Wed Jan 30 10:02:08 EST 2002] -- ERROR -- Turbine.handleException: https://trinity/sri/servlet/sri/redirected/true [Wed Jan 30 10:02:08 EST 2002] -- ERROR -- Exception: java.lang.IllegalArgumentException: https://trinity/sri/servlet/sri/redirected/true Stack Trace follows: java.lang.IllegalArgumentException: https://trinity/sri/servlet/sri/redirected/true at org.apache.catalina.connector.HttpResponseBase.toAbsolute(HttpResponseBase.java:673) at org.apache.catalina.connector.HttpResponseBase.encodeRedirectURL(HttpResponseBase.java:925) at org.apache.catalina.connector.HttpResponseFacade.encodeRedirectUrl(HttpResponseFacade.java:132) ... and so on. -- bill -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
