brunp wrote:
I have an issue. Accessing my site via IP Address is not possible because
once you login, the portlet code replaces the URL with the FQN, or whatever
is listed in "ProxyName" and "ProxyPort" parameters in server.xml

How do I go about removing the proxyname and port parameters allowing me to
surf to the portlett site by IP address? If I do that, then I get an error
and the URL is replaced with: https://127.0.0.1/..../ instead of the
requested IP address.

Is there anyway I can clean this up allowing me to use either FQDN or IP
address.
Yes, you can modify this default behavior in WEB-INF/conf/jetspeed.properties (or better: use the override.properties file for your overridden properties and leave jetspeed.properties untouched):

change
  portalurl.relative.only=false
to
portalurl.relative.only=true

That'll should do it.

Regards,

Ate

p.s. You didn't specify which version of Jetspeed you are using.
As the above option has been available for several (Jetspeed-2) versions already you should be good, but in general please do specify the Jetspeed version for questions like these.


Please and thanks

Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to