Installation Jboss - getrailo/railo GitHub Wiki

Table of Contents

Railo & JBoss (AS 5/6) Installation

WAR Installation

 * 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

Return to Installation

Installation notes for Windows

Installation notes for Linux

Installation notes for OSX

SES How-to

Return to Installation

⚠️ **GitHub.com Fallback** ⚠️