Greg's Blog

helping me remember what I figure out

Mapping an Instance to Apache

| Comments

Having started a new job, I set about building up my development environment. I opted to run multiple CFMX instances on top of JRun. Apache is on the production servers so it made sense to run Apache on my development machine. When it came to installing Apache I opted for al of the default paths which resulted in the application being installed under Program files.

When the time came to create the connector I stumbled across something that I hadn’t anticipated. The space between “program” and “files”, when executing the command. Here is an amended command line statement to create a connector (in bold, please note the quotation marks):

{your install path}JRun4runtimejrebinjava -jar {your install path}JRun4libwsconfig.jar -host 127.0.0.1 -server www.yoursite.com -ws Apache -dir “C:Program FilesApache GroupApacheconf” -norestart -map .cfm,.cfc,.cfml -coldfusion -v