How To Resolve Tomcat - Openfire Port Conflict كيفية حل قط -- ميناء الصراع openfire
Openfire (Jabber/XMPP server) by default binds on port 8080 which is also used by Tomcat. Openfire (الثرثار / xmpp خادم) افتراضيا على تربط الميناء 8080 الذي يستخدم ايضا من قبل قط. This causes Tomcat to fail when openfire is started before it. اسباب هذا الفشل الى قط وعندما بدأت openfire هو المعروض عليه. The solution, as always, is simple. الحل ، كما هو الحال دائما ، هو بسيط.
You can either change the port of Openfire or Tomcat. يمكنك اما تغيير ميناء openfire او قط. 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. بدلا من ذلك ، يمكنك تربط بينهم على مختلف عناوين بروتوكول الإنترنت في آلات متعددة مع استخدام الوصلات أو 127.0.0.1 واحد لمعالجة الملكيه الفكريه المرتبطه بطاقه إيثرنت لآخر. Here are the steps to change the port (simplest solution): اليك الخطوات اللازمة لتغيير ميناء (أبسط الحلول) :
How to change Openfire default http port (8080) كيفية تغيير openfire الافتراضي بروتوكول انتقال النص المتشعب الميناء (8080)
1. To configure openfire browse to http://localhost:9090/. استعرض openfire لتكوين لhttp://localhost:9090/.
2. Login with the password you had previously provided. تسجيل الدخول مع كلمة المرور التي سبق أن قدمت.
Note: Look here to ملاحظه : انظر هنا الى recover openfire admin password استعادة كلمة السر openfire الادارة .
3. Click on Http Binding to either disable it or use a different port like 7070. انقر على بروتوكول انتقال النص المتشعب ملزمة اما لتعطيله أو استخدام ميناء مختلفة مثل 7070.
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) كيف تغير قط الافتراضي الميناء (8080)
1. Open server.xml and search for a line starting with: Server.xml المفتوحه والبحث عن خط بدءا من :
2. Change the port value (default 8080) to a port number of your choice تغيير ميناء القيمه (افتراضي 8080) الى احد موانئ عدد من اختيارك
3. Restart tomcat (/sbin/service tomcat5 restart). اعادة قط (/ sbin / tomcat5 اعادة تشغيل الخدمة).
I prefer changing the port of Openfire. انني افضل تغيير ميناء openfire.
Notes: ملاحظات :
1. Tomcat is reference implementation of Servlet & JSP specification and is one of the most popular JSP & Servlet container قط اشارة Servlet & تنفيذ المواصفات والتخطيط الاستراتيجي المشترك هو احد اكثر الوسائل الشعبية ل& Servlet التخطيط الاستراتيجى المشترك للحاويات
2. Openfire is a popular Jabber (XMPP protocol) server ( Openfire الشعبية هو الثرثار (xmpp البروتوكول (الخادم) Openfire usage notes ويلاحظ استخدام openfire ). (.
Filed under المقدم بمقتضى Enterprise Software المشاريع والبرامج , ، Headline News أهم الانباء , ، How To كيف , ، J2EE تنافسية , ، Java Software برنامج جافا , ، Linux لينكس , ، Linux Migration لينكس الهجره , ، Open Source Software برامج المصدر المفتوح , ، Programming البرمجه , ، Web شبكة , ، Web Services خدمات الشبكه العالمية | |
| |
RSS 2.0 ار اس اس 2،0 | |
Trackback this Article | هذه المادة |
Email this Article ارسل هذه المادة
You may also like to read ويمكنك ايضا ان تقرأ |





March 13th, 2008 at 8:23 am مارس 13th ، 2008 في الساعة 8:23
Openfire may still conflict with tomcat after disabling/moving the administration console. Openfire ربما لا يزال الصراع مع قط بعد تعطيل / تحريك الادارة يحدث. ..to continue the above fix: .. لمواصلة فيكس اعلاه :
Click on “http binding” under “server settings” انقر على "بروتوكول انتقال النص المتشعب ملزمة" تحت "اعدادات الخادم"
Either disable or move the http / https ports for http binding. اما تعطيل او تحريك بروتوكول انتقال النص المتشعب / https الموانئ لبروتوكول انتقال النص المتشعب ملزمة.
..This affects both 8080 and 8483, which may both conflict with tomcat. .. وهذا يؤثر على كل من 8080 و 8483 ، والتي قد تتعارض مع قط على حد سواء.