Probably you'll get some problem with webservices and could be some problem on classes isolation.
Let's try it, I've got deployed OpenKM 5.0 ( still not released and in beta stage in jboss 5 ) we could try with 4.0:
Related files to be copied:
Code: Select all%JBOSS_HOME%/PropertyGroup*.*
%JBOSS_HOME%/OpenKM.cfg
%JBOSS_HOME%/repository.xml
%JBOSS_HOME%/indexing_configuration.xml
%JBOSS_HOME%/server/default/deploy/OpenKM.war
%JBOSS_HOME%/server/default/deploy/openkm-dx.xml
special case copy from %JBOSS_HOME%/server/default/conf/login-config.xml only the <application-policy name = "OpenKM"> ---- </application-policy>
If you've got problems with class loader ( colisions in jboss 5.1, probably you'll got it ), you need to add a file called jboss-classloading.xml into OpenKM.war/WEB-INF ( you can use winrar to put there ).
Code: Select all<?xml version="1.0" encoding="UTF-8"?>
<classloading xmlns="urn:jboss:classloading:1.0"
name="OpenKM.war"
domain="DefaultDomain"
export-all="NON_EMPTY"
import-all="true">
</classloading>