You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Bill Mulert <wd...@coolroi.com> on 2002/01/30 19:44:47 UTC

Turbine app behind Apache w/ssl

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>