I have followed the instructions at
http://www.igniterealtime.org/community/docs/DOC-1020
This went fine except that I could not do
Create Project Builder
On the Advanced Options window select Add Folders and click OK.
On the Folder Selection window select openfire::src::i18n folder and click OK.
- Click on the Advanced... and Add Folders buttons once again to include openfire::src::resources::jar folder.
I had to add this after.
I did the installation process and use a mysql database.
I can run the installation fine and everything works. I can also debug openfire (e.g. the plugins).
But when I change the jsp files these are not reflected in the code I run.
I run from
http://127.0.0.1:9090/index.jsp
In eclipse my project structure looks like the following
as you can see I get a > before the filename to the jsp I have changed.
Also my openfire project is using the openfire in svn but I guess I still should be able to change it?
Hope someone can help me with this