简体   繁体   中英

How can I run a ColdFusion 9 application in Apache?

I received the artifacts of a legacy application (probably 2000-2005) written in Adobe ColdFusion 9, together with a SQL data export file. If I want to migrate the data to a newer application, I need to be able to run this thing. I've been trying all day to get it running. I've installed Adobe ColdFusion 9, added the datasource, added a context binding, etc. but I can't find out how I can run this. Is there a way to package this to an.ear or.war file, or just run the.cfm files by themselves (like.HTML or.PHP)?

Because Coldfusion 9 isn't supported anymore and has plenty of vulnerabilities exposed, I wouldn't take the path to install it. If you want to reactivate that app I'd run it with updated and supported software. As a quick solution I'd just download and install CommandBox from Ortus Solutions, open a command line terminal in the applications webroot folder and run 'box server start'. That will run a Lucee server instance and open your application in the browser. Lucee can do pretty good with old legacy cfml. Of course, it will depend on your base code and the use of specific ACF features your application may need.You can also choose and run an ACF engine with CommandBox. From there you'll probably see your application generating errors and you'll need to identify those and correct them. Second step would be to import your SQL data to a running database. That step depend on the data and DBMS you want to run.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM