Have solved this problem - and if you have an authenticated CF server,
you may want to keep this one in the back of your head..

A bit of background first to set up so you can see the whole picture.

Windows 2003 server, IIS6, upgrading from CFMX6.1 to CF8 - BUT - we
completely uninstalled cfmx 6.1  and did a fresh install of cf8
Enterprise in multiserver mode.  Only have a single cf instance
(cfusion) so far on this server.

The server does not allow any anonymous access, nor does it allow http
access, only https and we issue our own certs.

So, to deal with the certs issue with cfhttp, cfldap, web services and
whatnot we imported our signing cert into the jrun certstore - simple
normal stuff.
To deal with the NT authentication issues with CFMX6.1, we implemented
the "fix" found in this KB http://www.adobe.com/go/tn_18516 (Steps
1-4)

After finding that the server monitor did not work, I also discovered
that CFFORM type="flash" was not working either.  The CF administrator
has all the necessary live cycle settings enabled.

When viewing source on the flash form html file that is generated by
CF, I noticed that it was pointing to 2 files in the same folder as
the calling template (myform.cfm), myform.cfswf and myform.mxml -
neither of which actually existed.  So I started reading some more (I
do love the absolute plethora of CF resources on the web).  Turns out
that cfform type="flash" does not actually generate files, but serves
them straight from memory.

Going back to http://www.adobe.com/go/tn_18516 Step 3.f - 3.h it says
to select the "Check that file exists" checkbox.  Logically, since the
cfswf nor the mxml files exist on disk, this check is going to fail
and even though CF serves the correct html, it cannot pipe the "memory
resident" files down the http pipe. If you uncheck that box, then the
flash forms and the server monitor both start working. Solved!

But, (and it is a big but) am currently working now to determine if
that "fix" is still needed in CF8 (looks like not so far).  If it is,
then it looks like we decide between security and flash/flex -
hopefully not a choice we have to make.  Will keep you posted on what
I find out about the IIS6 settings "fix" as it relates to CF8.

M

On Oct 27, 6:37 pm, Mike Gillespie <[EMAIL PROTECTED]> wrote:
> I am logging into the Cold Fusion adminstrator and clicking the server
> monitor link and the log in dialog opens, but says there is no cold
> fusion server running.  It is an Enterprise server, so it should run;
> and it is the cfusion instance that is running (so far have not
> configured more than one instance on this box).  The Flex App is
> runing, but it cannot find the cf server.  I also checked the
> multiservermonitor-access-policy.xml in the cfide folder and added the
> server address as well as uncommented this line
>
> <allow-access-from domain="*" />
>
> HAve tried both http and http addreses to access; have run the monitor
> from the URL, even tried running it from the IP address; it cannot
> find a running cold fusion server on the machine, even though it is
> the same machine where I logged into the CF administrator.
>
> I am wondering if it has something to do with authentication; am
> checking a few things there, but as a just in case I had the server
> admin make the monitor folder anonymous.
>
> I checked the servers.xml file and the cfusion server is in it.
>
> <server>
>     <name>cfusion</name>
>     <directory>{jrun.home}/servers/cfusion</directory>
> </server>
>
> On Oct 27, 4:33 pm, Scott <[EMAIL PROTECTED]> wrote:
>
>
>
> > When you say you're "launching from the CF administrator," do you mean that
> > you are using the jrun admin web interface (usually on port 8000) or the
> > windows client (C:\JRun4\bin\jrun.exe)?
>
> > Is the server defined in C:\JRun4\lib\servers.xml ?
>
> > Is this a new setup, or something that has stopped working?
>
> > Scott
>
> > On Wed, Oct 22, 2008 at 3:11 PM, Mike Gillespie <[EMAIL PROTECTED]> wrote:
>
> > > We have a CF8 server; win2k3, multiserver install, only one instance
> > > in c:\jrun4\servers\cfusion and when I launch the server monitor it
> > > tells me that the server is not running (even though I am launching
> > > from the CF administrator)
>
> > > The whole server is authenticated (Clear Text and Digest)
>
> > > I have read Charlie's devnet articles as well as the CF docs and a few
> > > other posts, but cannot log into the server monitor and it is driving
> > > me nuts.
>
> > > Have used /, \, /cfusion, \cfusion and left context root blank; Have
> > > tried http and https address with port 80, 443 or blank and just ofr
> > > good measure tried it by the IP - no joy no how.  Can anyone point me
> > > to a resource that can help me troubleshoot why I cannot log in?- Hide 
> > > quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Houston ColdFusion 
Users' Group" discussion list.
To unsubscribe, send email to [EMAIL PROTECTED]
For more options, visit http://groups.google.com/group/houcfug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to