RE: war file not expand on linux

2002-02-12 Thread Stewart, Jeffrey E
tree should be owned by tomcat4 user. Jeff -Original Message- From: Dean Hiller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 9:31 AM To: Tomcat Users List Subject: Re: war file not expand on linux thanks Jeff, is there any way to install it correctly then so that all

Re: war file not expand on linux

2002-02-12 Thread Dean Hiller
thanks Jeff, is there any way to install it correctly then so that all files have permission tomcat4. I have half of my files as root and then the ones that are created are as tomcat4. I am trying to make the install easier for my customers. Also, you would think an error would be provide

RE: war file not expand on linux

2002-02-12 Thread Mark Ayad
probably file permissions as root chmod -R 777 /webapps -Original Message- From: Dean Hiller [mailto:[EMAIL PROTECTED]] Sent: 12 February 2002 07:54 To: [EMAIL PROTECTED] Subject: war file not expand on linux When I put the war file in linux tomcat, it does not expand when I

RE: war file not expand on linux

2002-02-12 Thread Stewart, Jeffrey E
Permissions: Tomcat is running as tomcat4:tomcat4 and the war file is probably root:root do a: chown tomcat4:tomcat4 file.war -Original Message- From: Dean Hiller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 7:54 AM To: [EMAIL PROTECTED] Subject: war file not expand on

war file not expand on linux

2002-02-12 Thread Dean Hiller
When I put the war file in linux tomcat, it does not expand when I restart tomcat, but it does on windows tomcat. This must be a known issue??? What is wrong. I downloaded http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/rpms/ tomcat4-4.0.1-1.noarch.rpm Does anybody know wha