How to modify jsp file of openfire

Hi,

I want to modify some jsp of existing jsp how can i do this?

I have created one custom directory and placed all the sub directory as suggested in openfire dev blog.

Please help.

Thanks,

Hiren

Hello there,

I got my answer within my four day long R&D.

We can change jsp file of the openfire without creating plugin just you need to just import your source code in ecllipse do the changes whatever you want to do after then build the project with the same jdk which is using by openfire server and then replace your library and plugin folder from your target folder where the buileded source code lives.

Reatart the openfire server and you will fond the changes whatever you had done in ecllipse.

Best of luck.