Hi list,

I think I've found a bug in the ant deployTask. The bug is that not the
entire contents of a war file is unpacked by the manager app.
Used tools: RH8, Tomcat 4.1.12, java 1.4.1 and ant 1.5.

a (more) lengthy description of my problem:

structure of my war file (step.war):
META-INF/
META-INF/MANIFEST.MF
WEB-INF/
WEB-INF/docbook-xsl/
WEB-INF/web.xml
classes/
lib/
images/
index.html
step.css

but /home/bruggenc/tomcat/work/Standalone/localhost/step/WEB-INF only
contains:
/classes
/lib

the entire docbook-xsl dir is missing and so are all files in .
(index.html, step.css and the images dir).
And ofcourse my app does need to access files in the docbook-xsl dir but
now it can't.

When the step.war file is placed in webapps, everything works. But I
want to use the ant tasks because it saves me much time...

If someone has a solution I'd like to hear about it, thnx.

-- 
Alexander ten Bruggencate <[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to