Hi Alfred,
On Mon, 28 Mar 2005 10:20:05 -0500, Brian Cuttler <[EMAIL PROTECTED]> wrote: > > Alfred, > > Still being a little dense... > > For the first time I was able to get the NUTCH application to deplay > from the WAR file, I had to open protections on the webapps/ directory > to allow write access to nobody... something I want to close again. > This generally happens because you run tomcat as "nobody". For tomcat to deploy a webapp, it needs to create some directories, so "nobody" will need write access. You might want to run tomcat as a regular user and give that user the access. HTH, Paul
