바인드 설정을 관리 콘솔을 openfire Openfire (Jabber/XMPP server) by default binds on port 8080 which is also used by Tomcat. openfire (재버 / 서버) 기본적으로 포트 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. 또한 그들을 서로 다른 주소에 바인딩을하실 수있습니다 기계에 여러 개의 인터페이스 또는 사용과 연관된 주소 127.0.0.1에 대한 하나와 이더넷 카드를 다른합니다. Here are the steps to change the port (simplest solution): 다음과 같은 단계를 수행하여 변경하는 포트 (간단한 솔루션을) :

How to change Openfire default http port (8080) 기본값을 변경하는 방법을 openfire http 포트 (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. 3합니다. Click on Http Binding to either disable it or use a different port like 7070. http 바인딩을 사용하지 않도록 설정 중 하나를 클릭하거나 같은 다른 포트 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) tomcat을 변경하는 방법을 기본 포트 (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. 3합니다. Restart tomcat (/sbin/service tomcat5 restart). 다시 시작 tomcat (/ 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 tomcat은 서블릿 & jsp 사양과 참조 구현은 대부분의 인기있는 jsp & 서블릿 컨테이너 중 하나를
2. 두합니다. Openfire is a popular Jabber (XMPP protocol) server ( openfire에게 인기가 재버 (프로토콜 프로토콜) 서버 ( Openfire usage notes openfire 사용량 노트 ).