バインドの設定を管理コンソールopenfire Openfire (Jabber/XMPP server) by default binds on port 8080 which is also used by Tomcat. openfire ( Jabberの/のXMPPサーバー) 、デフォルトでポート8080にバインドするためのTomcatでも使用されています。 This causes Tomcat to fail when openfire is started before it.これが原因でopenfireが起動するときに失敗するTomcatの前にしてください。 The solution, as always, is simple.解決策は、いつものように、は単純です。

You can either change the port of Openfire or Tomcat.ポートのいずれかを変更するにすることができます。 openfireまたはTomcatのです。 Alternatively you can bind them on different IP addresses in machines with multiple interfaces or use 127.0.0.1 for one and the IP address associated with the ethernet card for another.代わりにバインドすることができますし、別々のマシンのIPアドレス127.0.0.1を使用する1つまたは複数のインターフェイスとのIPアドレスに関連付けられているイーサネットカードを別のです。 Here are the steps to change the port (simplest solution):ここでは、手順を実行して変更してポート(単純な解決策) :

How to change Openfire default http port (8080)デフォルトのHTTPポートを変更する方法についてopenfire ( 8080 )

1. 1 。 To configure openfire browse to http://localhost:9090/. openfireを参照してhttp://localhost:9090/を構成する。

2. 2 。 Login with the password you had previously provided.さんは、以前のパスワードを使用してログインして提供します。
Note: Look here to注:ここを探す recover openfire admin password管理者パスワードを回復openfire .です。

3. 3 。 Click on Http Binding to either disable it or use a different port like 7070.のいずれかをクリックしてHTTPのバインディングを無効にするかのような別のポート7070を使用する。

4. 4 。 Now stop and start openfire (openfire/bin/openfire stop && openfire/bin/openfire start) to use the new port.今すぐスタート]ボタンを停止し、 openfire ( openfire /ビン/ openfireストップ& & openfire /ビン/ openfireスタート]ボタン)を使用して新しいポートに接続します。

How to change Tomcat default port (8080) Tomcatのデフォルトのポート番号を変更する方法( 8080 )

1. 1 。 Open server.xml and search for a line starting with:オープンserver.xmlのラインで始めると、検索するには:

2. 2 。 Change the port value (default 8080) to a port number of your choiceポートの値を変更する(デフォルト8080 )のポート番号を選択して下さい

3. 3 。 Restart tomcat (/sbin/service tomcat5 restart). Tomcatを再起動する( / sbin /サービスtomcat5を再起動)します。

I prefer changing the port of Openfire.私を好むopenfireポートを変更してください。

Notes:備考:
1. 1 。 Tomcat is reference implementation of Servlet & JSP specification and is one of the most popular JSP & Servlet container Tomcatがリファレンス実装の1つのサーブレット& JSPの仕様とは、最も人気のJSP &サーブレットコンテナ
2. 2 。 Openfire is a popular Jabber (XMPP protocol) server ( openfireは、人気のJabber ( XMPPプロトコル)サーバー( Openfire usage notes openfire利用上の注意 ). ) 。