Open BlueDragon, was released as a GPLv3 open source project, on the 3rd of May 2008. Designed to capitalise on the popularity of the Java CFML runtime engine, by bringing together a community of users and experts to drive the future of CFML as a whole.
To learn more about the Open BlueDragon project please visit http://openbluedragon.org.
This image is built on CentOS 5 and contains a Jetty servlet engine.
========================== Open BlueDragon ==========================
Welcome to a public Open BlueDragon EC2 image.
The webroot for the web server is here (drop your CFML/HTML files):
/home/openbd-jetty-6.1.9/webapps/root
The custom tag directory is here (drop your CFCs here):
/home/openbd-jetty-6.1.9/webapps/root/WEB-INF/customtags/
To start the server type:
cd /home/openbd-jetty-6.1.9
java -Xmx512M -jar start.jar
You can then visit the server at its default port 20080
http://<server-name-or-ip>:20080/
====================================================================