Your problem most likely has to do with your permissions... maybe some
of your jsps are owned by root. You can recursivly change all the
permissions in a directory by doing
# chown -R nobody:nobody /dir/you/want/to/change


[EMAIL PROTECTED] wrote:
> 
> jsp page return 404 if I start tomcat 3.2.1 as nobody.  If I start it as
> root, jsp is fine.
> 
> what is going on?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

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

Reply via email to