Deploy your own IM-to-linux system: need to generate related jar packages to deploy
1, the MyEclipse on the OpenFire source code added in the load, do the corresponding adjustment, run the test no problem
2, compile Admin-jsp.jar ( all JSP file packaging : Right-click Build.xml, select Run as->2 Ant Build ..., on the targets page, select Jspc,run, Generate a new Admin-jsp.jar)
Upload to Linux location:/usr/local/im/openfire/plugins/admin/webapp/web-inf/lib
3. Compiling Openfire.jar
Upload to Linux location:/usr/local/im/openfire/lib
4, replace the picture:
(1) Page title Picture:/usr/local/im/openfire/plugins/admin/webapp/favicon.ico
(2) login page Image:/usr/local/im/openfire/plugins/admin/webapp/images/login_logo.gif
5. Database:
File Location: Target/openfire/conf/openfire.xml
Among them, the database user name and password are encrypted by Blowfish algorithm;
Encryption/Decryption class location: Org.jivesoftware.util. Blowfish; encryption method: EncryptString; Decryption method: Decryptstring
OpenFire tuning into your own IM deployment to Linux systems