OpenFire Admin Console impegnare Impostazioni Openfire (Jabber/XMPP server) by default binds on port 8080 which is also used by Tomcat. Openfire (Jabber / XMPP server) per impostazione predefinita si lega sulla porta 8080 che è anche utilizzato da Tomcat. This causes Tomcat to fail when openfire is started before it. Questo provoca il fallimento di Tomcat openfire quando è iniziato prima. The solution, as always, is simple. La soluzione, come sempre, è semplice.

You can either change the port of Openfire or Tomcat. Potete cambiare il porto di Openfire o 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. In alternativa si può impegnare su diversi indirizzi IP in macchine con più interfacce o utilizzare 127.0.0.1 per uno e l'indirizzo IP associato con la scheda ethernet per un altro. Here are the steps to change the port (simplest solution): Ecco i passi del processo di modificare la porta (soluzione più semplice):

How to change Openfire default http port (8080) Come cambiare impostazione predefinita Openfire porta HTTP (8080)

1. To configure openfire browse to http://localhost:9090/. Per configurare openfire visitare http://localhost:9090/.

2. Login with the password you had previously provided. Login con la password che aveva precedentemente fornito.
Note: Look here to Nota: Guardate qui per recover openfire admin password openfire recuperare le password di amministratore .

3. Click on Http Binding to either disable it or use a different port like 7070. Fare clic su http o rilegatura a disattivarlo o di usare una porta diversa, come 7070.

4. Now stop and start openfire (openfire/bin/openfire stop && openfire/bin/openfire start) to use the new port. Ora arrestare e avviare openfire (openfire / bin / openfire stop & & openfire / bin / openfire start) di utilizzare la nuova porta.

How to change Tomcat default port (8080) Come cambiare Tomcat porta predefinita (8080)

1. Open server.xml and search for a line starting with: Aperto server.xml e cercare una linea che inizia con:

2. Change the port value (default 8080) to a port number of your choice Modificare la porta valore (default 8080) ad un numero di porta di vostra scelta

3. Restart tomcat (/sbin/service tomcat5 restart). Riavviare tomcat (/ sbin / service tomcat5 riavviare).

I prefer changing the port of Openfire. Io preferisco cambiare il porto di Openfire.

Notes: Note:
1. Tomcat is reference implementation of Servlet & JSP specification and is one of the most popular JSP & Servlet container Tomcat è implementazione di riferimento di Servlet e JSP specifica ed è uno dei più popolari JSP e Servlet contenitore
2. Openfire is a popular Jabber (XMPP protocol) server ( Openfire è un popolare Jabber (XMPP protocollo) del server ( Openfire usage notes Openfire note di utilizzo ).