How do I restart OpenFire settings?

5

I'm working with a project that uses an XMPP server. I'm using OpenFire to set up a development and testing environment. Once you start it for the first time it offers a step by step to configure it. I think I missed something in the configuration and would like to redo the initial step by step, but even stopping and restarting is always redirected to the login screen.

    
asked by anonymous 14.12.2013 / 13:53

1 answer

3

I do not know what your operating system is, but in the openfire folder it has a openfire.xml file inside conf .

In this file, change <setup>true</setup> to <setup>false</setup>

Restart the server, and you will see it again step by step.

    
14.12.2013 / 16:02