Here is the solution I was technically looking for, although we are also experimenting with the VM solution. This is for ColdFusion 7, 8, and 9.
1) Download and install Adobe JRun4 (Tomcat coming soon!) From the Adobe website (it will be Apache soon!). Install without a Windows service. We created the C: \ opt folder to store everything.
2) Download and install ColdFusion with J2EE configuration. We decided to use WAR.
3) Follow the instructions on the Adobe website to deploy ColdFusion for JRun. This is definitely a bit more complicated than any other installation.
4) MyEclipse has a version with a JRun connection for server management. Without this, you need to run the batch file to start and stop the JRun instance or use the built-in tool
5) Run up to localhost: 8300 and configure the administrator.
6) Create a CAR file from an existing CF server and import it into your Dev server using the CF package / CF deployment tools.
7) Now you can drag the folder "C: \ opt" to the network share. Any developer can participate. If you have mappings preconfigured at a standard location in the C: \ files for www, you do not need to configure mappings for web or CF admins. Otherwise, you will need to adjust.
source share