ColdFusion 9 (and other versions) has the ability to package a CF application as a WAR file. Has anybody on the planet ever done this and successfully deployed their ColdFusion application to something like CloudBees (http://www.cloudbees.com/) or Amazon Elastic Beanstalk (http://aws.amazon.com/elasticbeanstalk/)?

I have tried both and failed. Google is strangely silent on the issue, coming back with almost no search results. Has anyone out there done anything like this?

Thanks!

link|improve this question
feedback

closed as not a real question by casperOne Jan 27 at 14:22

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

I haven't tried with ColdFusion but have success on Railo. There is tutorial for Railo on Elastic beanstalk.

http://blog.getrailo.com/post.cfm/railo-on-aws-elastic-beanstalk

Most probably process will be same for ColdFusion as well. If you want to know how can you install war on tomcat and apache below link may help. http://www.cfminds.com/post.cfm/running-multiple-tomcat-instances-with-coldfusion-standard-version

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.