Openfire Development In Eclipse
I am importing openfire in eclipse. I have done this successfully but I am not able to run that in http://127.0.0.1:9090/. Following is the error I am facing. And I used this link
Solution 1:
You can't just run the server from Eclipse. Build the server using Ant and it will generate whole server in target/ folder.
You can then run openfire server from there. (target/openfire/bin/openfire.sh or openfire.bat)
Post a Comment for "Openfire Development In Eclipse"