  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | JSP - A mailing list about Java Server Pages specification and reference | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Tomcat 6.0.2 Deployer | Tomcat 6.0.2 Deployer 2006-11-27 - By Martin Dubuc
Back 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 (See http://cat-6.ora-code.com).0.2-deployer/build
compile:
BUILD FAILED /tmp/apache-tomcat-6 (See http://cat-6.ora-code.com).0.2-deployer/build.xml:39: /tmp/apache-tomcat-6 (See http://cat-6.ora-code.com).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 (See http://cat-6.ora-code.com).0.2-deployer/build/webapp/myapp
BUILD FAILED /tmp/apache-tomcat-6 (See http://cat-6.ora-code.com).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: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |