How To Resolve Tomcat - Openfire Port Conflict Cómo resolver Tomcat - Openfire puerto conflicto
Openfire (Jabber/XMPP server) by default binds on port 8080 which is also used by Tomcat. Openfire (Jabber / XMPP servidor) se une por defecto en el puerto 8080 que también es utilizado por Tomcat. This causes Tomcat to fail when openfire is started before it. Esto hace que Tomcat a fallar cuando se inicia openfire que tiene ante sí. The solution, as always, is simple. La solución, como siempre, es simple.
You can either change the port of Openfire or Tomcat. Puede cambiar el puerto de 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. También puede obligar a ellos a diferentes direcciones IP a las máquinas con múltiples interfaces o el uso de una 127.0.0.1 y la dirección IP asociada a la tarjeta ethernet para otro. Here are the steps to change the port (simplest solution): Estos son los pasos para cambiar el puerto (solución más simple):
How to change Openfire default http port (8080) ¿Cómo cambiar Openfire defecto el puerto HTTP (8080)
1. To configure openfire browse to http://localhost:9090/. Para configurar openfire navegar a http://localhost:9090/.
2. Login with the password you had previously provided. Inicio de sesión con la contraseña que habían declarado previamente.
Note: Look here to Nota: Aquí recover openfire admin password recupera la contraseña de administrador openfire .
3. Click on Http Binding to either disable it or use a different port like 7070. Haga clic en HTTP ya sea vinculante para desactivarlo o usar un puerto diferente al igual que 7070.
4. Now stop and start openfire (openfire/bin/openfire stop && openfire/bin/openfire start) to use the new port. Ahora detener y comenzar a openfire (openfire / bin / openfire parada openfire & & / bin / openfire inicio) para utilizar el nuevo puerto.
How to change Tomcat default port (8080) ¿Cómo cambiar el puerto por defecto de Tomcat (8080)
1. Open server.xml and search for a line starting with: Abrir server.xml y la búsqueda de una línea a partir de:
2. Change the port value (default 8080) to a port number of your choice Cambie el valor del puerto (por defecto 8080) a un número de puerto de su elección
3. Restart tomcat (/sbin/service tomcat5 restart). Reinicie tomcat (/ sbin / service tomcat5 reinicio del sistema).
I prefer changing the port of Openfire. Yo prefiero cambiar el puerto de Openfire.
Notes: Notas:
1. Tomcat is reference implementation of Servlet & JSP specification and is one of the most popular JSP & Servlet container Tomcat es referencia aplicación de Servlet y JSP pliego de condiciones y es uno de los más populares y JSP contenedor Servlet
2. Openfire is a popular Jabber (XMPP protocol) server ( Openfire es un popular Jabber (protocolo XMPP) servidor ( Openfire usage notes Openfire uso de notas ).
Filed under Filed under Enterprise Software Enterprise Software , Headline News Headline News , How To Cómo , J2EE , Java Software El software de Java , Linux , Linux Migration La migración Linux , Open Source Software Open Source Software , Programming Programación , Web , Web Services Web Services | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artículo |
Email this Article Enviar artículo
You may also like to read También puede leer |




March 13th, 2008 at 8:23 am 13 de marzo de 2008 a 8:23 am
Openfire may still conflict with tomcat after disabling/moving the administration console. Openfire aún puede conflicto con tomcat después de desactivar / moviendo la consola de administración. ..to continue the above fix: .. a seguir por encima de la fija:
Click on “http binding” under “server settings” Haga clic en "http vinculante" en "configuración del servidor"
Either disable or move the http / https ports for http binding. Cualquiera de desactivar o mover el http / https puertos para http vinculante.
..This affects both 8080 and 8483, which may both conflict with tomcat. .. Esto afecta tanto a 8080 y 8483, lo que puede ambos en conflicto con tomcat.