Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 369 Bytes

File metadata and controls

14 lines (10 loc) · 369 Bytes

RailoCompilerService

Webservice for building sourceless deployments of Railo CFML projects.

Build

  • WAR (for deployment into a servlet already configured to run Railo) Run: ant war Produces: dist/war/rcs.war

  • WAR - Standalone (for deployment into a general servlet container) Run: ant war-standalone Produces: dist/war-standalone/rcs.war