我尝试使用IDEA在远程服务器(VPS)上删除我的webapp。
我做了以下事情:
export JAVA_OPTS="-Dcom.sun.management.jmxremote=
-Dcom.sun.management.jmxremote.port=1099
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false"
现在很好,"连接到服务器"
但后来我得到了例外:
[2014-11-10 03:00:44,431]神器MavenChat:战争: javax.ejb.EJBException:bean遇到了非应用程序 例外;嵌套异常是:
org.apache.openejb.OpenEJBRuntimeException: java.io.FileNotFoundException: /home/denis/apache-tomee-webprofile-1.7.1/bin/C:\Users\Denis\IdeaProjects\MavenChat\target\MavenChat.war (没有这样的文件或目录)
我该如何解决?
当我手动部署我的应用时,我
IDEA配置屏幕:
我确定我做错了" Staging"