> Hi,

Hi,

> I used to run orion on NT machine and now I have to deploy it on a Sun Sparc
> Solaris machine.
[...]
> starting HTTP-Server : Permission denied".  I can only startup orion if I
> log in as root user. This is not acceptable because I can't let everyone to
[...]
> Or is there any alternative work around for this problem?

On a UNIX (or derivate) systems, only root can bind to the lower 1024 ports,
this means you cannot start orion on the default HTTP port 80. There is an
attribute of the <web-site> tag called "port" in the default-web-site.xml,
typically the line should look like:
<web-site host="[ALL]" port="8080" display-name="Default Orion WebSite">
Which will cause the webserver to bind to the 8080 port. You can access
this page from a browser with the following url:
http://<server>:8080/

hth,
Robert.



Reply via email to