Hi Phil,
Sorry you are having problems. I have made a quick
checklist of things (that are needed to install CFMX7
correctly) just to recap....

1) be sure to install the C++ compatibility pack
before anything. If your machine uses glibc version
2.2.5.x or higher, you need these compat libs to make
everything (custom tags, verity, webserver connectors)
work properly. For SuSE, goto YaST -> Software ->
Install and Remove Software...search for 'compat' to
install.

2) Install X11 graphing libs to clear up graphing
service problems in CFMX7. See Jared's informative
post for a link to download.
http://www.houseoffusion.com/lists.cfm/link=m:14:962:3873

3) Install coldfusion as normal
4) Install jrun 4 updater 5
5) Comment out SuSE flags in /cfroot/bin/coldfusion/
6) Rename /cfroot/bin/cfmx-connectors.sh script
7) Build webconnector manually
     :: edit jrun.xml
     :: create directory structure for connector
     :: create jrunserver.store file
     :: compile fresh mod_jrun20.so
     :: create wsconfig.properties
8) Edit httpd.conf to enable coldfusion
9) Startup coldfusion 1st time
10) Optionally install CFMX7 Hotfix 2 (through
cfadmin)
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=fd71533

So to get back to your problem, Phil...
I'm not sure if this is part of it, but I noticed
this:

>LoadModule jrun_module
/usr/local/coldfusion/runtime/lib/wsconfig/1/mod_jrun20.so
><IfModule mod_jrun.c> 

First you (LoadModule mod_jrun20.so) and then you use
this: <IfModule mod_jrun.c>.

Try changing the IfModule to <IfModule mod_jrun20.c>

Also I noticed this from your wsconfig.properties
listing...

> wsconfig.properties contains:
> 1=Apache,/etc/apache2,"",/usr/sbin/httpd2,""
> 1.srv=localhost,"coldfusion"
> 1.cfmx=true,<null>
> 

Double check /etc/apache2 is where httpd.conf lives...
So in this line in particular....
> 1.srv=localhost,"coldfusion"

Again, I am not sure if this is attributing to your
problem but I would try changing this to:

1.srv=localhost,default

Finally, double check wsconfig.properties is saved in 
/cfroot/runtime/lib/wsconfig/
NOT 
/cfroot/runtime/lib/wsconfig/1
But then again, I've tried placing the file back and
forth between directories and either way coldfusion
doesn't seem to any problems.

Check it out, Phil. Let us know. Good luck!

Cheers!
Jonathan

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:14:3950
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/14
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:14
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to