-
Notifications
You must be signed in to change notification settings - Fork 81
Installation Jboss
Mark Drew edited this page Jul 19, 2013
·
1 revision
* 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
- Getting to know Railo Server
- Railo Server features & specifications
- Getting started with Railo Server
- Installation & configuration
- Railo Server Versions
- Developing with Railo Server
- Deploying Railo Server apps
- Managing Railo Server apps
- Railo Server Extensions
- Useful resources & further reading
- Developing & debugging Railo Server
- FAQs