[EMAIL PROTECTED] writes:
>Second: I went ahead and started orion with <java -jar orion.jar> and get
>the 
>following error message:
>"Error starting HTTP-Server: Permission denied
> Orion/1.5.2 initialized"
>I understand that I can't access port 80 when not logged in at the root,
>and
>
>that I probably have to alter the web.xml file to change the port (to a
>port
>over 1024). 
>I tried adding this: 
><web-site host="localhost" port=8080>
></web-site>
>but got the same message.
>Could someone please point me in the right direction?
>
>Thanks in advance,
>Pauline

P:

Use the sudo command to start orion as the superuser:

sudo java -jar orion.jar

It will then prompt for the root password.  That should clear the
permissions error.  This should work fine for development work.  I'm not
enough of a Unix gearhead to know what implications it has for security in
a production environment.

Regards,

T

------------------------------
Tim Kelley
MIS Director
Harvard University - DCE

e-mail: [EMAIL PROTECTED]



Reply via email to