I would like to deploy a web app inside Tomcat 6.0 with the deployer
app, but I can't build it. I untared the Tomcat 6.0.2 deployer archive
and tried to run ant to build the deployer app. I got the following
error:
Buildfile: build.xml
clean:
[delete] Deleting directory /tmp/apache-tomcat-6.0.2-deployer/build
compile:
BUILD FAILED
/tmp/apache-tomcat-6.0.2-deployer/build.xml:39:
/tmp/apache-tomcat-6.0.2-deployer/myapp not found.
Total time: 1 second
If I create myapp in the deployer directory and run ant again, I get
the following error:
Buildfile: build.xml
clean:
compile:
[copy] Copied 1 empty directory to 1 empty directory under
/tmp/apache-tomcat-6.0.2-deployer/build/webapp/myapp
BUILD FAILED
/tmp/apache-tomcat-6.0.2-deployer/build.xml:47:
java.lang.NoClassDefFoundError:
org.apache.jasper.compiler.JspRuntimeContext
Total time: 2 seconds
Version of ant installed on my system is 1.6.5.
Martin
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]