使用netbeans部署java webapp

时间:2013-10-17 12:21:00

标签: java web-applications netbeans tomcat7 ussd

我正在尝试基于MChoice库here开发一个ussd应用程序。一切正常但运行应用程序时遇到问题。使用ubuntu 12.04,netbeans和tomcat7.netbeans和tomcat的集成是好的,因为服务器甚至在部署期间启动。这是netbeans控制台中的输出。

ant -f /home/mungaih/NetBeansProjects/ussdHello -Dbrowser.context=/home/mungaih/NetBeansProjects/ussdHello -DforceRedeploy=false -Ddirectory.deployment.supported=true -Dnb.wait.for.caches=true -Dnb.internal.action.name=run run
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
In-place deployment at /home/mungaih/NetBeansProjects/ussdHello/build/web
Deployment is in progress...
deploy?config=file%3A%2Ftmp%2Fcontext4764512515208631777.xml&path=/ussdHello
http://localhost:8080/manager/text/deploy?config=file%3A%2Ftmp%2Fcontext4764512515208631777.xml&path=/ussdHello
/home/mungaih/NetBeansProjects/ussdHello/nbproject/build-impl.xml:1050: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 36 seconds) 

我哪里可能出错?

0 个答案:

没有答案