appfuse-1.7说明文件中有问题
ant deploy-web 有问题,没有将全部的文件发布到 webapps下.
实际应该使用 ant deploy命令. 4. Setup Tomcat by running "ant setup-tomcat". This puts a MySQL JDBC
driver (and jta.jar) in $CATALINA_HOME/common/lib, and also deploys an
appfuse.xml file to $CATALINA_HOME/webapps ($CATALINA_HOME/conf/Catalina/
localhost on Tomcat 5) and deploys the application.
#加入
ant deploy 5. Start Tomcat and test the web login using:
ant test-canoo -Dtestcase=Login
--