Hi Darrell, yes oK, i do have a pre-existing JAVA_HOME environment variable that is incorrect, maybe for openfire, but I need the JAVA_HOME environment for clearspace.
So I decided to install on a fresh sme7 test server without any pre-existing JAVA_HOME environment variables set, and followed each step in the openfire howto.
it appears that I was impatient, it seems I have to wait at least from 1 to 2 minutes after sme restarts to access the admin webpage @
http://yourserver:9090, this gave me the impression that the openfire service did not start and therefore I assumed that I had to restart it manually.
When I installed openfire from source, I did not have this problem, I could access openfires admin webpage straight after a reboot and also have access to clearspace.
Maybe I need to change or find a way to fixup the JAVA_HOME environment in clearspace
sorry about the missunderstanding Darrell
as for the the template fragment, wouldn't it be better to point the alias to /opt/openfire/documentation/docs instead of giving access to the openfire directory, the only purpose for this is to view the docs.
# Openfire instant messaging documentation
Alias /openfire /opt/openfire/documentation/docs
<Directory /opt/openfire/documentation/docs>
AddType application/x-httpd-php .php .php3 .phtml
Options Indexes +Includes FollowSymLinks
order deny,allow
deny from all
allow from all
</Directory>
# end of Openfire fragment
Russell