Re: Work directory

2006-01-29 Thread Chad Russell
Yes. George Sexton wrote: Are the temp and work directories owned by the tomcat user, and are their permissions rwx? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Chad Russell [mailto:[EMAIL PROTECTED] Sent: Sunday

Re: Work directory

2006-01-29 Thread Chad Russell
http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Chad Russell [mailto:[EMAIL PROTECTED] Sent: Sunday, January 29, 2006 8:10 AM To: Tomcat Users List Subject: Work directory Hi, When tomcat tries to compile something and it tries to create the directories in the

Re: Tomcat webapp directory on virtual host

2006-01-29 Thread Chad Russell
Caldarale, Charles R wrote: From: Chad Russell [mailto:[EMAIL PROTECTED] Subject: Tomcat webapp directory on virtual host I want to deploy a struts .war file to one of the virtual hosts, but Tomcat wont recognize it. In my server.xml under the section I have both the appBase and the

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

Work directory

2006-01-29 Thread Chad Russell
Hi, 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 works correctly. Is there any way to correct t

Tomcat webapp directory on virtual host

2006-01-29 Thread Chad Russell
I have tried to search for this for a while, and to no avail I decided to post the question here. I have Tomcat 5.5 setup with several virtual hosts. I want to deploy a struts .war file to one of the virtual hosts, but Tomcat wont recognize it. In my server.xml under the section I have both