I would like to know if its possible to use OpenKM with another version of JBoss AS 5.1 ? If is possible how can I install the web application to my server where running JBoss AS 5.1 to avoid to install another istances of JBoss AS 4.2 that create conflict.
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
special case copy from %JBOSS_HOME%/server/default/conf/login-config.xml only the <application-policy name = "OpenKM"> ---- </application-policy>%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
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>