Skip to content

jakefeasel/railo-maven-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

railo-maven-template

Fork this template project to quickly use the Railo ColdFusion system with Maven and Jetty.

##Usage

From the project root, just run this command:

mvn jetty:run

Once everything downloads and runs, you'll have a CF webserver running on localhost:8080. The document root being served is src/main/webapp.

You will want to edit the pom.xml, changing these values:

<groupId>org.yourorg</groupId>
<artifactId>railo-maven-template</artifactId>
<name>railo-maven-template</name>

to something specific to your project. Also, you'll want to set the Railo Admin password right away. Here's the link to get there, once you have Jetty running:

Local Railo Admin

About

Quickly use the railo coldfusion app server from within your maven webapp, with Jetty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published