Code: Select all
/etc/init.d/openfire stop
cd /opt
rm openfire
gzcat /work/applications/openfire_3_7_1.tar.gz | tar xf -
cd openfire
cd bin
cp -p /opt/openfire.3.7.0/bin/openfire.vmoptions .
cd ../conf
mv openfire.xml openfire.xml.ori
cp -p /opt/openfire.3.7.0/conf/*.xml .
cd ..
cp -rp /opt/openfire.3.7.0/embedded-db .
cd ..
mv openfire openfire.3.7.1
ln -s openfire.3.7.1 openfire
/etc/init.d/openfire start
Server -> Server Settings -> Server Certificates
Then, web server needs to be restarted.One or more certificates are missing. Click here to generate self-signed certificates or here to import a signed certificate and its private key.
P.S. "IM Gateway" plugin has to be added manually again before it works. In the release of 3.7.1 (and 3.7.0), IM Gateway plugin is no longer provided. I had to copy the plugin jar file (gateway.jar - 1.2.4d) from /opt/openfire.3.6.4/plugins to /opt/openfire/plugins. Then, a restart of openfire picked up the IM Gateway.Certificates were modified so HTTP server needs to be restarted. Click here to restart HTTP server.
Code: Select all
cp /opt/openfire.3.6.4/plugins/gateway.jar /opt/openfire/plugins
/etc/init.d/openfire stop
/etc/init.d/openfire start
P.S. 2. I was wondering why IM Gateway disappeared after version 1.2.4d. I found Kraken IM Gateway Plugin from forum and interestingly enough it is from the same author - Daniel Henninger. The IM Gateway 1.2.4d was developed earlier 2006 - 2008 while the Kraken IM Gateway was developed later 2008-2010. I don't know why there's such a difference. The existing IM gateway works fine and there's no reason to change until I find a good reason. In order to keep a record, I have attached the Kraken IM Gateway plugin for reference.