I am attempting to set up a development environment on my local machine. I have successfully installed the newest version of Apache.
My installation of Coldfusion on my Apache server appeared to have worked. However, it did not.
My Apache service was stopped. When I attempted to restart it, I got the following error:
Something to the tune of:
It appears Macromedia is aware of this error and has posted a hot fix:
PS: I'm using Windows.
So I stopped my coldfusion services (apache was already stopped), inserted the new wsconfig.jar file into the right directory, and ... stuck.
I am instructed to run this block in my command prompt:
But it does not work. I changed the directories to match mine- but to no avail. Also:
does not exist. I modified this to be a restart. Not sure if it is correct.
Here was my modified command (all one line):
Any thoughts / suggestions / alternatives?
Thanks in advance,
Mike
[blue]Go to work to learn. Don't go to work to earn.[/blue]
My installation of Coldfusion on my Apache server appeared to have worked. However, it did not.
My Apache service was stopped. When I attempted to restart it, I got the following error:
Something to the tune of:
Code:
httpd.exe: Syntax error on line 486 of C:/Progam Files/Apache Software Foundation/Apache 2.2/conf/http.conf: Cannot load C:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so into server: The specified procedure could not be found ...
It appears Macromedia is aware of this error and has posted a hot fix:
PS: I'm using Windows.
So I stopped my coldfusion services (apache was already stopped), inserted the new wsconfig.jar file into the right directory, and ... stuck.
I am instructed to run this block in my command prompt:
Code:
cd {cf_root}/runtime/lib
java -Dtrace.ci=1 -jar wsconfig.jar -server coldfusion -ws apache
-dir /opt/apache22/conf
-bin /opt/apache22/bin/httpd
-script /opt/apache22/bin/apachectl
-coldfusion -v
[-apxs]
But it does not work. I changed the directories to match mine- but to no avail. Also:
Code:
-script /opt/apache22/bin/apachectl
Here was my modified command (all one line):
Code:
java -Dtrace.ci=1 -jar wsconfig.jar -server coldfusion -ws apache
-dir "C:/Program Files/Apache Software Foundation/Apache2.2/conf"
-bin "C:/Program Files/Apache Software Foundation/Apache2.2/bin/httpd"
-script "C:/Program Files/Apache Software Foundation/Apache2.2/bin/httpd" -k restart
-coldfusion -v
-apxs
Any thoughts / suggestions / alternatives?
Thanks in advance,
Mike
[blue]Go to work to learn. Don't go to work to earn.[/blue]