Eric,

This used to happen, on occasion. You can delete your current connectors 
and establish new ones using the config tool:

C:\JRun4\bin\wsconfig.exe

You might have a deeper issue, but sometimes it really is that simple. 
It usually was for us. (Reminds me just how much I love Apache...)

Steve 'Cutter' Blades
Adobe Community Professional
Adobe Certified Expert
Advanced Macromedia ColdFusion MX 7 Developer
____________
http://cutterscrossing.com


Co-Author "Learning Ext JS 3.2" Packt Publishing 2010
https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book

"The best way to predict the future is to help create it"


On 3/6/2012 8:37 AM, Eric Cobb wrote:
> Thanks Russ!
>
> I looked through everything you suggested, and I can't see anything wrong.
> Here's my wsconfig.properties file:
>
> 1=IIS,1,false,""
> 1.srv=localhost,"cfusion"
> 1.cfmx=true,<null>
> 2=IIS,2,false,""
> 2.srv=localhost,"Test01"
> 2.cfmx=true,<null>
>
> So it looks like my #2 site is pointing to the correct "Test01" CF
> instance.
>
> The CFM handlers in IIS are pointing to C:\JRun4\lib\wsconfig\jrun_iis6.dll
> for both of my sites.  Is that correct, or should site #2 be pointing
> somewhere else?
>
> Something else that I noticed is, whenever I spin off a new CF instance
> none of the datasources seem to be carried over to the new instance.  I
> have to add them manually.  I'm not sure if this is related or not.
>
> I've tried deleting and recreating my instances several times, and still no
> luck.  Do you have any other suggestions?
>
> Thanks,
>
> Eric
>
> ----------------------------------------
>
> From: "Russ Michaels"<[email protected]>
> Sent: Thursday, February 23, 2012 11:49 AM
> To: "cf-talk"<[email protected]>
> Subject: Re: CF 9 Mulit-Sever only uses default site
>
> Eric,
>
> check the .CFM handlers in iis and make sure they link to the right
> connectors.
> if they do, then check the wsconfig.properties in the wsconfig folder
>
> this should specify which connector is for which site/instance
>
> should look like this.
>
> 1=IIS,0,false,""
> 1.srv=localhost,"cfusion"
> 1.cfmx=true,C:/Inetpub/wwwroot
> 2=IIS,7605,false,""
> 2.srv=localhost,"anorak"
> 2.cfmx=true,<null>
> 3=IIS,2714,false,""
> 3.srv=localhost,"CFMX10120"
> 3.cfmx=true,<null>
> 5=IIS,1851,false,""
> 5.srv=localhost,"CFMX10158"
> 5.cfmx=true,<null>
>
> the number is the connector in your wsconfig folder
> e.g
>
> wsconfig/1
> wsconfig/2
>
> the first entry for each number tells you the web server type and siteID
> the 2nd entry is the host and instance name
> the 3rd entry specifies that cf handlers are enabled
>
> --
>
> Russ Michaels
>
> www.bluethunderinternet.com  : Business hosting services&  solutions
> www.cfmldeveloper.com        : ColdFusion developer community
> www.michaels.me.uk           : my blog
> www.cfsearch.com             : ColdFusion search engine
> **
> *skype me*                     : russmichaels
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350251
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to