Just adding some more information to this thread. The login page works. I can see that I am hitting the LoginProxyServlet without a problem. At that point is there is sort goes south. IT appears that prior to my response.redirect call at the end of the doGet method, it inserts the Server Name of 127.0.0.1 from ServletRequest.getServerName()
I had thought the following property would resolve relative url redirects? #---------------------------------------------------------------------------------- # Generate all Portal URLs without schema, servername or port. # WARNING: Defining this to true (default = false) means requesting secure Portlet URLs # won't have any effect anymore. # But a proxy frontend (like Apache) can still be used for securing the whole site. # See: https://issues.apache.org/jira/browse/JS2-275#action_12474326 #---------------------------------------------------------------------------------- portalurl.relative.only=true Please clarify..... Paul -- View this message in context: http://www.nabble.com/Running-Jetspeed-within-Tomcat-behind-Apache-tp23413109p23434446.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
