Re: Work directory

2006-01-29 Thread Wendy Smoak
On 1/29/06, Chad Russell [EMAIL PROTECTED] wrote: When tomcat tries to compile something and it tries to create the directories in the work directory, it seems to fail when trying to add org/apache to the path. I can go in by hand and create these two directories in the path, and then it

Re: Work directory

2006-01-29 Thread Chad Russell
Wendy Smoak wrote: On 1/29/06, Chad Russell [EMAIL PROTECTED] wrote: When tomcat tries to compile something and it tries to create the directories in the work directory, it seems to fail when trying to add org/apache to the path. I can go in by hand and create these two directories in

RE: Work directory

2006-01-29 Thread George Sexton
Most likely, you ran it as root, and it created a directory structure. Now you're trying to run as an unprivileged user. My advice is to stop tomcat, wipe all files in the temp and work directories and then start tomcat. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438

Re: Work directory

2006-01-29 Thread Chad Russell
All the files are owned by the user that tomcat runs as. And it does create some directories in there, however it fails on the org/apache directories. If I create those, and changed the owner to the same user as tomcat, then it happily creates the directories underneath it on the fly with no

RE: Work directory

2006-01-29 Thread George Sexton
To: Tomcat Users List Subject: Re: Work directory All the files are owned by the user that tomcat runs as. And it does create some directories in there, however it fails on the org/apache directories. If I create those, and changed the owner to the same user as tomcat, then it happily creates

Re: Work directory

2006-01-29 Thread Chad Russell
, January 29, 2006 6:00 PM To: Tomcat Users List Subject: Re: Work directory All the files are owned by the user that tomcat runs as. And it does create some directories in there, however it fails on the org/apache directories. If I create those, and changed the owner to the same user as tomcat