I tried doing that, no difference for me between changing that value between true/false. I suspect that since I am using my own Login Servlets/etc (not the one's that have been distributed w/ Jetspeed), that this parameter is in affect not really used???
Paul David Sean Taylor-3 wrote: > >> >> >> brunp wrote: >>> >>> Here is the thing, with ProxyName and ProxyPort defined in the >>> server.xml >>> file for Tomcat, the login >>> works and redirects me to the login page as if I were to login >>> using the >>> proxyname instead. >>> >>> The login works without a problem at that point because the FQDN is >>> defined in my hosts file and on >>> the DNS server. >>> >>> However, if I remove ProxyName and ProxyPort, then the only page >>> visible >>> is my login page, but the >>> minute I hit login and issue the redirect call within my >>> LoginProxyServlet >>> class, all goes to hell.....so >>> it has something to do with the redirect rules. >>> >>> Paul >>> >>> >> >> On another note, and it is likely realted, nobody has yet been able to >> provide details on the following Jetspeed parameter: >> >> portalurl.relative.only >> >> I had originally assumed that upgrading to Jetspeed 2.1.3 would >> allow me to >> get away from using DNS names and get me into using IP addresses. >> >> However, I have yet to determine if this parameter has an effect or >> not. >> Could anyone let me know how I can test this out? >> > > > > > Try changing this parameter by setting it to true in > jetspeed.properties, restart server and look at the URLs generated , > they will now be relative > > portalurl.relative.only=true > > This setting as true will generate all Portal URLs without schema, > servername or port. 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 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Running-Jetspeed-within-Tomcat-behind-Apache-tp23413109p23521882.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]
