How do I reuse the existing stand-alone CFM application codes on J2EE CF9
Hi all,
Our ColdFusion installation runs on a stand-alone ColdFusion server. Now we would like to upgrade to ColdFusion 9 with J2EE configuration. Is there a way to 'reuse' the existing ColdFusion application codes on the ColdFusion J2EE, WITHOUT moving these codes into a location under the J2EE?
To clarify my question:
The existing CFM application structure looks like this:
D:\MyCFApp\folder1\....
Under J2EE, the folder structure looks like this:
D:\MyJ2EEHomeDirectory\Adobe_ColdFusion_9.ear\cfusion.war\...
I would like to keep the CF application codes under D:\MyCFApp\folder1\....
I can bring up the CF9 Admin Console just fine. What I would like to see is if there's a way for CF9 to recognize the folders OUTSIDE the J2EE directory structure.
I tried the adding some Mappings on the CF9 Admin Console but no luck.
Any advice/input is greatly appreciated!