【发布时间】:2016-06-04 23:18:06
【问题描述】:
我有在我的 ubuntu Ubuntu 14.04.1 LTS 上运行的 xmpp 服务器 (openfire_3.9.3)。
我已经按照给定的步骤安装了 openfire
1. $ sudo tar -zxvf openfire_x_x_x.tar.gz
2. $ sudo mv openfire /opt
然后我移动到 openfire bin 目录以启动 openfire
$ cd /opt/openfire/bin
$ sudo ./openfire start
然后在通过管理控制台进行设置时,我总是收到给定的错误
Home not found. Define system property "openfireHome" or create and add the openfire_init.xml file to the classpath
我需要在哪里设置 openfireHome ?或者我该如何解决?
【问题讨论】:
标签: openfire