Difference between revisions of "Talk:Openfire"
From SME Server
Jump to navigationJump to searchLine 14: | Line 14: | ||
to start openfire | to start openfire | ||
+ | |||
+ | I have also noticed that the openfire service is not loading on startup | ||
+ | |||
+ | if i was to access or go to http://yourserver:9090 the admin console will not load, only if I was to load it manually by running the following commands, this has to be done each time after a reboot or opening and closing the command console | ||
+ | |||
+ | cd /opt/openfire/bin | ||
+ | |||
+ | ./openfire.sh | ||
+ | |||
+ | or sh openfire.sh | ||
+ | |||
+ | I'm trying to locate my old notes, I'm sure the only way I got around this was to load openfire from source and install from that way, will double check that |
Revision as of 12:12, 26 November 2007
Start the Openfire Messaging Server
/etc/rc.d/init.d/openfire start
I believe it should be
cd /opt/openfire/bin
sh openfire.sh
or
./openfire.sh
to start openfire
I have also noticed that the openfire service is not loading on startup
if i was to access or go to http://yourserver:9090 the admin console will not load, only if I was to load it manually by running the following commands, this has to be done each time after a reboot or opening and closing the command console
cd /opt/openfire/bin
./openfire.sh
or sh openfire.sh
I'm trying to locate my old notes, I'm sure the only way I got around this was to load openfire from source and install from that way, will double check that