Httpbinding and tomcat

Hi everybody,

I have a web app in which i must integrate a chat module. I plan to use XMPP as the chat protocol.

My web app is using java server faces under tomcat. When I load tomcat and wildfire, i cannot use the httpbinding of wildfire because tomcat is already using the port 8080.

Anyone knows how i can make them work together ?

thx in advance

Message was edited by: Skipy

You can change the port http binding is using in the admin interface at http://:9090/http-bind.jsp

haaaa thank you