Hello,
I'm having some trouble changing the http and https ports from the 50000, and 8443 ports they are currently set at.
I've have tried numerous times setting this in Visual Admin>Dispatcher>http provider, and everytime I set it, I go to our URL (without the port, since 80 should go straight to it) and I get nothing - page not found.
We've gotten rid of the /irj/portal ending successfully, but are having problems with getting rid of the need to enter the port at the end.
We're using a Solaris SPARC 64 machine, and reading around some it seems to indicate that ports below 1024 on Unix machines are protected ports that only root can bind to.
I've verfied that when I set the http or http port to anything below 1024, the portal disappears; 1024 or above and it's fine.
What do I need to do to get this working? I've added the following entries in /etc/services:
http 80/tcp #World Wide Web HTTP
http 80/udp #World Wide Web HTTP
www 80/tcp #World Wide Web HTTP
www 80/udp # World Wide Web HTTP
www-http 80/tcp #World Wide Web HTTP
www-http 80/udp # World Wide Web HTTP
...but it did no good.
Please help.
I'll definitely award points for a solution.
Thanks.