RackSpace Cloud Server Ubuntu-12.04、Intellij Idea-11.1.2、Windows-8、Tomcat-7.0.26、JDK-6。
Intellij Ideaで、リモートのTomcat 7サーバーでjsfプロジェクトを実行しようとすると、次のように表示されます。
servernameの実行中にエラーが発生しました: IPアドレスに接続できません:1099
問題は1099のJNDIポートにあるようですが、アクティブ化できなかったと思います。Tomcatの設定はsthです。そのように:
私が試したことは?
サーバー側でのCATALINA_OPTSまたはJAVA_OPTSの設定:
CATALINA_OPTS=-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=1099
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
と
JAVA_OPTS=-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=1099
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
しかし、これはうまくいきませんでした、何かアイデアはありますか?