Hi Simon,
We set up an alias for the portal. That involved
- the usual DNS work to have the alias resolve to the PD server
- add the alias to the server hostnames
- we just redirected port 80 to 3030 in server.xml
<Connector port="80" enableLookups="false"
redirectPort="3030" />
- then change the Host entry for localhost to the alias
I remember having trouble getting it all to work when we set it up - so this is what we settled on.
Bruce