我试图使用IDEA在远程服务器(VPS)上节省我的IDEA应用程序。
我做了以下工作:
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:war: javax.ejb.EJBException: bean遇到了一个非应用程序异常;嵌套异常是: /home/denis/apache-tomee-webprofile-1.7.1/bin/C:\Users\Denis\IdeaProjects\MavenChat\target\MavenChat.war : org.apache.openejb.OpenEJBRuntimeException: java.io.FileNotFoundException(没有这样的文件或目录)
我怎么才能修好它?
当我手动部署我的应用程序时,
IDEA配置屏幕:

我肯定我做错了“分期”
发布于 2014-11-10 20:28:50
好的,我无法配置它,但是我可以使用maven将我的应用程序部署到我的远程服务器上!我跟踪了本手册,它起作用了!
https://stackoverflow.com/questions/26842458
复制相似问题