Contents |
* Download the Railo WAR file
* Expand it to {jboss.server.deploy}/railo.war
Create a file called jboss-classloading.xml in {railo.war}/WEB-INF/ with this content:
<classloading xmlns="urn:jboss:classloading:1.0" name="railo.war" domain="DefaultDomain" excluded="org.apache.commons.collections,com.sun.jndi.ldap" top-level-classloader="true" export-all="NON_EMPTY" import-all="true"> </classloading>
* Start jboss
* Access Railo at http://{jboss.host}:{jboss.port}/railo/index.cfm
More information on JBoss classloading: http://java.dzone.com/articles/jboss-microcontainer-classloading
Categories: