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)?
How can I run a ColdFusion 9 application in Apache?
193 Views Asked by arnoutvh At
1
There are 1 best solutions below
Related Questions in APACHE
- .htaccess redirect 403 error files to 404 error document
- RestApi server code is not workinng
- Convert Apache VirtualHost to nginx Server Block for Dynamic Subdomains
- Looking the Method that MANUALLY INSTALL PHP on OSX Yosemite
- Premature end of script on VPS
- Rasterization with Javascript looks different on Apache server
- Vagrant - Ansible error installing Apache
- Can't use subdomain in Chrome using Apache (XAMPP)
- Django webapp (on an Apache2 server) hangs indefintely when importing nltk in views.py
- Redirect keystone app to sub directory using htaccess
- How can I integrate Solr5.1.0 with Nutch1.10
- Disconnect Client connected to cgi application
- Solr ping taking time during full import
- How to redirect an incoming request to specific serverName to different server in apache2?
- What is the correct way to link Django Flatpages?
Related Questions in COLDFUSION
- CSV(having extra quotes in field value) to array in ColdFusion
- using some technique to fix the url
- Get number of files in various subdirectories relative to the current page - ColdFusion
- How to create a "VALID DOCX" using Coldfusion?
- Twilio Rest API Filtering using Coldfusion11
- Encoding for html in Open Graph Facebook attributes
- Embedding Image in Microsoft Word using ColdFusion
- CFMail with attachment is being sent and is in undelivr folder
- Error while Running a .exe file using coldfusion schedule task
- Coldfusion 9 serializeJSON()
- How to filter query results based on selection from dropdown list
- Display single digits with leading zero
- Coldfusion Session Timeout Application.cfc
- CFEXECUTE seems to not execute PowerShell in ColdFusion 11
- Joining SOLR Collections on ColdFusion Server
Related Questions in COLDFUSION-9
- Coldfusion 9 serializeJSON()
- Coldfusion 9 webservice error
- code optimizing in coldfusoin, as String are immutable in Coldfusion
- Retrieving the value which have '#' character in ColdFusion
- Cfquery insert unexpected recordcount
- How to get raw binary from hash function in ColdFusion 9?
- Coldfusion 9 Flash Multifile Upload Widget fails due to unrelated code
- CFloop through query and apply each result to a variable
- Coldfusion - How to prevent multiple clicks?
- Issue with invoking a Coldfusion Component
- Looping through cfquery for file move is failing
- coldfusion 9, params not found when using cfscript query
- Is there any limitation with number queries/statements we can write inside cftransaction?
- ColdFusion 9, secret setting
- Coldfusion Mura - URL changes when a page is edited - can this behavior be changed
Related Questions in EAR
- How to add more jax-rs components to the application?
- Servlet not working in EJB Project in Intellij IDEA
- Maven Ear with two war files
- How to pass client Locale to remote EJB Bean via JNDI
- how to get java source code from war file?
- WebLogic EAR deployment sometimes fails on Guava java.lang.LinkageError: loader constraint violation
- Why WildFly ignores filters defined in web.xml?
- Glassfish 4.1.1 / EAR / java.lang.IllegalStateException: Unable to retrieve EntityManagerFactory for unitName XYZ
- Gradle ear build with dependencies from war file
- Error deploying EAR project in Eclipse with Wildfly 10.0
- EAR application works on Websphere8.5 but refuses to work on Websphere liberty 16.0.0.4
- Cannot start application in WebSphere when jars in the ear file don't have versions in their filename
- jboss-deployment-structure.xml does not loads the dependencies in My EAR project
- Packaging EJB with Spring in an EAR in Weblogic
- Maven multi project
Related Questions in APPLICATION.CFM
- Using urlencode in application.cfm to detect XSS in url ColdFusion
- User data is getting mixed up some of the time
- Setting access to remote in a cffunction includes the application.cfm page
- How to reinitialize the website in Application.cfm file scope
- How to include UDF_library in application.cfm?
- How can I run a ColdFusion 9 application in Apache?
- Switch between mail servers in Application.cfm
- Coldfusion how to get function name and line number when application crashed or error
- sameformfieldsasarray in Application.cfm
- Application.cfm not run in ColdFusion app
- coldfusion application.cfm and affected files
- Coldfusion Application.cfc & Application.cfm in the same folder
- ColdFusion: is a second application.cfm necessary for a secured subdirectory within an authenticated site?
- How to call OnRequestStart from Application.cfm
- ColdFusion9 session variables randomly clear
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.