I am trying to install mny webapp into tomcat using the ant deploy task
<install url="${manager.url}" username="${manager.username}" password="${manager.password}" path="${app.path}" war="file://${web.home}"/>
I do not want to make a war but deploy it as a directory I have also created a context.xml file in my META-INF directory with
<Context debug="3" displayName="Link Builder"
docBase="/usr/local/eclipse/workspace/LinkBuilder/web" path="/links" workDir="work/Catalina/localhost/links">
</Context>
when i run ant I get a ZipFileException - error opeing zip file and tomcat reports an exception opening links.war
What do i need to do to deploy my webapp directory to tomcat?
thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
