Coolies.

I'm trying this all again right now ....

-----Original Message-----
From: Shaila Man [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 27, 2003 12:19 PM
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] CFMX & APACHE


ahha... I spend days pondering over the same problem, and I must
say there's not much info on getting through it, and none on getting
through it correctly. In the end it was trial and error!
(I installed Apache 2.0.43)

you need to remove all the connectors first, then edit the
Apache_connect.bat batch file and then run it.
I originally edited it, but not enough. The paths were still incorrect

it should look a bit like this in the end:

@echo off
echo WARNING!  This will install the ColdFusion MX Apache Connector.
echo Press Control+C to abort.
pause
SETLOCAL
PATH=d:\cfusionmx\runtime\jre\bin;%PATH%
java -jar d:\cfusionmx\runtime\lib\wsconfig.jar  -ws apache -dir 
"d:\program files\apache group\apache2\conf" -map .cfm,.cfc,.cfml,.cfa
-v
ENDLOCAL
pause

So ...

Install Apache2
Then install cfmx
Edit the remove_ALL_connectors.bat batch file with correct paths
run this batch file to remove all connectors from apache conf file
stop all cfmx services
install updater2 for cfmx
restart all cfmx services
ammend the Apache_Connector batch file with correct paths
and run this batch file
and off you go
...it worked for me :)

Shaila


At 11:27 27/02/2003 +0000, you wrote:
>Did a CFMX/Apache install last night on XP Home.
>
>(please, no rants about XP (or the version), I actually hate it ... But
>want a test bed for some clients that are using XP and webex, so I need
>a machine with XP Home) and I figured I would also test CFMX with
>Apache. I'm a glutton for punishment.
>
>In any case, after the installation of XP and Service Pack 1, I
>installed Apache 2.0.44 and it worked! Woohoo!
>
>Then I installed CFMX with Updater 2.
>
>Ruh roh. No go. Went to here as suggested earlier
>http://makeashorterlink.com/?C17B52683 to Shaila, ... Went to the
>connectors folder, did everything as asked ... But still no go. What I
>get is this error:
>
>"Apache.exe: module "mod_jrun20.so" is not compatible with this version
>of Apache.
>
>And this is what's in my httpd.conf:
>
># JRun Settings
>LoadModule jrun_module
>"C:/CFusionMX/runtime/lib/wsconfig/1/mod_jrun20.so"
><IfModule mod_jrun20.c>
>     JRunConfig Verbose false
>     JRunConfig Apialloc false
>     JRunConfig Ssl false
>     JRunConfig Serverstore
>"C:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.store"
>     JRunConfig Bootstrap 192.168.2.2:51010
>     #JRunConfig Errorurl <optionally redirect to this URL on errors>
>     AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws
></IfModule>
>
>This is the wrong file "mod_jrun20.so" ... But I don't know why or how
>or what to do to replace it.
>
>Any suggestions?
>
>Thanks!
>
>
>--
>** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>For human help, e-mail: [EMAIL PROTECTED]


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to