-
Notifications
You must be signed in to change notification settings - Fork 81
Railo with Maven
Mark Drew edited this page May 2, 2013
·
1 revision
You can add Railo to your Maven pom.xml files via the following:
<repositories>
<repository>
<id>cfmlprojects</id>
<url>http://cfmlprojects.org/artifacts</url>
</repository>
</repositories>
And the dependency via:
<dependency>
<groupId>org.getrailo</groupId>
<artifactId>railo</artifactId>
<version>4.1.0.005</version>
</dependency>
Or the single Railo jar artifactId is "railo-jar". (The above has all the dependencies, with the exception of database drivers which are marked as "optional", thus not included by default.)
These are the versions available:
http://cfmlprojects.org/artifacts/org/getrailo/railo/
- 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