I am migrating a bunch of websites to new servers and one of them has config options I have not encountered before, specifically:
<IfModule mod_jrun.c>
JRunConfig Serverstore /usr/local/jrun4/lib/wsconfig/1/somewebsite.com-store
JRunConfig Bootstrap 127.0.0.1:9009
</IfModule>
From some google searches it apears to be a coldfusion configuration option, HOWEVER there are no cfm files in the website, what do I need to install to move forward with the migration?