I'm currently working on a few completely separate ColdFusion 9 projects. Instead of managing Apache connectors and CF instances, I've chosen to do simple per-project deployments of ColdFusion 9 onto Tomcat.
Set up this way, ColdFusion starts in 4-5 seconds, and I can see my console right within Eclipse - really handy for logging while running Flex apps! It's not perfect: SES urls require an extra servlet filter, and stopping Tomcat sometimes takes a manual "Force Quit," but I'm really enjoying the setup. Anyhow, here's a video tutorial on how to build your own ColdFusion 9 + Tomcat environment in just a few minutes:Creating a ColdFusion 9 + Tomcat + Eclipse development environment from Joe Rinehart on Vimeo.
Comment 1 written by Dan Skaggs on 21 October 2009, at 2:52 PM
Eventually, when time permits, I'm going to see if I can get the same thing going in CF Builder.
Comment 2 written by DevLano on 21 October 2009, at 4:59 PM
I've noticed a real pattern to how the java stuff has this 'spec' that everyone follows. I've also noticed this in air/flex apps. Before I understood the java spec, I didn't get why air and flex had a folder structure created in the way that they are, but now I see that maybe down the line, coldfusion too, will have a spec of sorts. (if there is not one already)
@Dan
I did a few months of this stuff in coldfusion builder (much thanks to your preso on cfmeetup) took me forever to find what the actual server view was called to get the plugin I needed: http://bit.ly/1wde9A JST in Ganymede is where all that is hidden. I got to a real nice set up in cfbuilder: http://bit.ly/xJ1Wu just before it locked up on me due to end of beta trial time :( lol. wait for the full product.
Dev.
Comment 3 written by Ben Densmore on 20 November 2009, at 3:04 PM
Do you have more details on which Servlet you used for SES urls?