http://wiki.openkm.com/index.php/Config ... ss_service
I can install and start OpenKM as an Application and access over internet but am having problem when I try to use a setup where JBoss is a service.
It returns
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: http://F.Q.D.N:8080/OpenKM/
Connection to XX.XX.XX.XX failed.
The ownership of folder and files in /home/openkm is openkm:openkm
Even directories such as cache and repository which were created when I tested start as an Application using run.sh
Any hints or tips appreciated.
Sean
I can install and start OpenKM as an Application and access over internet but am having problem when I try to use a setup where JBoss is a service.
Code: Select all
Seems all good. But when I bring up the URL http://F.Q.D.N:8080/OpenKM//home/openkm/jboss-4.2.3.GA # vim /etc/init.d/jboss
/home/openkm/jboss-4.2.3.GA # ls -la /etc/init.d/jboss
-rwxr-xr-x 1 root root 1232 2011-03-29 21:01 /etc/init.d/jboss
/home/openkm/jboss-4.2.3.GA # update-rc.d jboss defaults
Adding system startup for /etc/init.d/jboss ...
/etc/rc0.d/K20jboss -> ../init.d/jboss
/etc/rc1.d/K20jboss -> ../init.d/jboss
/etc/rc6.d/K20jboss -> ../init.d/jboss
/etc/rc2.d/S20jboss -> ../init.d/jboss
/etc/rc3.d/S20jboss -> ../init.d/jboss
/etc/rc4.d/S20jboss -> ../init.d/jboss
/etc/rc5.d/S20jboss -> ../init.d/jboss
/home/openkm/jboss-4.2.3.GA # service jboss start
Starting JBoss.
/home/openkm/jboss-4.2.3.GA #
It returns
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: http://F.Q.D.N:8080/OpenKM/
Connection to XX.XX.XX.XX failed.
Code: Select all
If I go up to the JBoss at http://F.Q.D.N:8080/ I see the usual Jboss interfaceThe system returned: (111) Connection refused
The remote host or network may be down. Please try the request again.
Your cache administrator is webmaster.
Generated Tue, 29 Mar 2011 20:12:37 GMT by squid (squid/2.7.STABLE9)
The ownership of folder and files in /home/openkm is openkm:openkm
Even directories such as cache and repository which were created when I tested start as an Application using run.sh
Any hints or tips appreciated.
Sean