RE: Image files and DeployTask...

2006-06-06 Thread Greg Allen
. Go to the Tomcat webapps area and pull the image up in IE. It is corrupted. -- Greg _ From: Greg Allen Sent: Monday, June 05, 2006 2:35 PM To: 'users@tomcat.apache.org' Subject: Image files and DeployTask... I have a build.xml that used DeployTask to

Re: Image files and DeployTask...

2006-06-06 Thread Marc Farrow
No issues. Thanks for the explanation I will test the WEBDAV setting again and see what happens. On 6/5/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Marc Farrow wrote: > Mark, > > Why do you have to mark the WEBDAV servlet as NOT read-only in order to > use the ant tasks? By default the rea

Re: Image files and DeployTask...

2006-06-05 Thread Mark Thomas
Marc Farrow wrote: > Mark, > > Why do you have to mark the WEBDAV servlet as NOT read-only in order to > use the ant tasks? By default the read-only/false parameter is commented > out. The ant tasks will not work unless you uncomment them out. You don't have to do this. The Ant tasks use the m

Re: Image files and DeployTask...

2006-06-05 Thread Marc Farrow
Mark, Why do you have to mark the WEBDAV servlet as NOT read-only in order to use the ant tasks? By default the read-only/false parameter is commented out. The ant tasks will not work unless you uncomment them out. At least on OpenVMS, the manager application uses WEBDAV to remotely download

Re: Image files and DeployTask...

2006-06-05 Thread Mark Thomas
Marc Farrow wrote: > I am not going to be able to give you the resolution to this problem. > However, the ant tasks use the WEBDAV application from within Tomcat and > this is the source of your problem. Are you deploying to local or remote > host? If it is a remote host, then it could be a bug i

RE: Image files and DeployTask...

2006-06-05 Thread Greg Allen
I am deploying on the local host. -- Greg -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 2:35 PM To: Tomcat Users List Subject: Re: Image files and DeployTask... I am not going to be able to give you the resolution to this problem. However

Re: Image files and DeployTask...

2006-06-05 Thread Marc Farrow
I am not going to be able to give you the resolution to this problem. However, the ant tasks use the WEBDAV application from within Tomcat and this is the source of your problem. Are you deploying to local or remote host? If it is a remote host, then it could be a bug in the Tomcat version runni

Image files and DeployTask...

2006-06-05 Thread Greg Allen
I have a build.xml that used DeployTask to deploy my application. Here's the build.xml: In my deployed application I have some image files (GIF format), which end up in the /images directory. However, for some reason, when the application is deployed the images end u