, 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
0 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
> s
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
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 958
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
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