Editing client-connections-settings.jsp creates two instances of XMPPServer

Is it possible to edit client-connection-settings.jsp ?

I compiled and built the OpenFire server 3.7.0 beta version source code, I was able to run the server. I opened client-connections-settings.jsp and I just saved client-connections-settings.jsp, after compilation it seems XMPPServer is gettging started by SeverStarter and AdminConsole plugin again.

Because of this I am getting following error -

Openfire 3.7.0 Beta [Sep 22, 2010 10:30:36 AM]
Error creating server listener on port 5269: Address already in use: JVM_Bind
Openfire 3.7.0 Beta [Sep 22, 2010 10:30:37 AM]
Error starting server listener on port 5269: null

also I am not able to login to admin console through webinterface. (http://server_address:9090)

Thank you!

Hi,

are you sure that no other Openfire server is already running?

LG

Thanks for your response.

I tried to narrowed down the problem -

If I change JSP file from eclipse, save it (eclipse builds it automatically). and then if I go to commandline and if I compile through ANT, running the openfire gives above problem. If I dont use eclipse editor to modify the JSP file it works fine.