OK I have it figured out now, in case anyone else runs into this
problem:

The group ownership for the webapps directory should be set to whatever
the tomcat group is, by default, on RH at least, this group is tomcat4.

So issuing an ls -l should result in something similar to:

drwxrwx---      6 mike      tomcat4     4.0k    Mar 11 07:53  webapps

If not, sy it is like the following:

drwxrwx---      6 mike      mike        4.0k    Mar 11 07:53  webapps

Then issue the command (as root) chgrp tomcat4 webapps

I hope this can help someone in the future.
        
On Mon, 2003-03-10 at 11:46, Michael D. Risser wrote:
> This is very bizarre and I am unable to find the solution. Tomcat WAS
> working fine, I tested it with the default index.jsp and it worked
> great. After I began creating a custom index.jsp things went bizarre.
> 
> I first made a copy of the original file, then added my own file, now
> Tomcat says that neither one is available.
> 
> Are there certain permission settings that Tomcat needs? Or is it
> something else.
> 
> BTW. I have NOT changed any of the config files and I am running RH 7.3
> 
> Thanks in advance.
-- 
Michael D. Risser <[EMAIL PROTECTED]>
Double Dimension Networks, Inc.


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

Reply via email to