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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
