Sounds like its the same.
File name : coldfusion-60-win-en
Size
77.6 MB (81,450,952 bytes)
Size on disk
77.6 MB (81,453,056 bytes)

Have you tried to use "netstat.exe" (netstat -an) command line and check for
any port
conflicts?. If you have any port conflicts.. you can change the port
on jrun.xml (CFusionMX\runtime\servers\default\SERVER-INF)
<service class="jrun.servlet.http.WebService" name="WebService">
 <attribute name="port">8107</attribute>

Also check directory security/permission. Most of our CFMX installation
problems were related to Win2K Security.

Joe Eugene


> -----Original Message-----
> From: Michael Kear [mailto:[EMAIL PROTECTED]
> Sent: Sunday, March 09, 2003 11:40 AM
> To: CF-Talk
> Subject: RE: CFMX Stand alone web server problem now
>
>
> That's a very kind offer. But before we start thinking in those terms,
> the file I downloaded is called  coldfusion-60-win-en.exe and its
> 81,450,952 bytes.  Is that the same one you have?
>
>
> Cheers,
> Michael Kear
> Windsor, NSW, Australia
> AFP Webworks.
>
>
>
>
>
> -----Original Message-----
> From: Joe Eugene [mailto:[EMAIL PROTECTED]
> Sent: Monday, 10 March 2003 3:34 AM
> To: CF-Talk
> Subject: RE: CFMX Stand alone web server problem now
>
> I can FTP you my developer edition, if you want to give it a try.
>
> Joe Eugene
>
>
> > -----Original Message-----
> > From: Michael Kear [mailto:[EMAIL PROTECTED]
> > Sent: Sunday, March 09, 2003 11:24 AM
> > To: CF-Talk
> > Subject: RE: CFMX Stand alone web server problem now
> >
> >
> > Yes that's the version I'm trying to install. It's the download from
> MM
> >
> >
> > Cheers,
> > Michael Kear
> > Windsor, NSW, Australia
> > AFP Webworks.
> >
> >
> >
> >
> >
> > -----Original Message-----
> > From: Joe Eugene [mailto:[EMAIL PROTECTED]
> > Sent: Monday, 10 March 2003 3:16 AM
> > To: CF-Talk
> > Subject: RE: CFMX Stand alone web server problem now
> >
> > Michael,
> > I havent followed this thread.. looks like the thread had different
> > subject lines.
> > Anyways, i have CFMX working standalone(Port 8107) and CF 5.0 working
> > with Win 2k IIS, also have WebSphere/SQL-Server/Oracle 9i on the same
> > box.
> >
> > I  guess you have already tried un-install and deleting registry keys.
> > Where did you get this cfmx copy? Have you tried to download the
> > CFMX developer edition and install that?
> >
> > Joe Eugene
> >
> >
> > > -----Original Message-----
> > > From: Michael Kear [mailto:[EMAIL PROTECTED]
> > > Sent: Sunday, March 09, 2003 10:53 AM
> > > To: CF-Talk
> > > Subject: RE: CFMX Stand alone web server problem now
> > >
> > >
> > > Well Todd, after all this time, and losing a weekend, I'm more than
> a
> > > little annoyed at ColdFusion.  This is a package that's installed
> > simply
> > > flawlessly and easily at least 10 times for me now.  And here I am
> > > trying to get it installed, a job I thought would likely take half
> an
> > > hour or so, and its been days now.
> > >
> > > And still no luck.  I have never had so much trouble installing
> > software
> > > in the 35 years I've been dealing with computers.
> > >
> > > I don't know what 'hiccup the service' means so I cant answer your
> > > question.  Please elaborate.
> > >
> > >
> > > Cheers,
> > > Michael Kear
> > > Windsor, NSW, Australia
> > > AFP Webworks.
> > >
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Todd Rafferty [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, 10 March 2003 2:38 AM
> > > To: CF-Talk
> > > Subject: Re: CFMX Stand alone web server problem now
> > >
> > > Michael,
> > >
> > > Can we drop the "Ain't CFMX wonderful?" comments?  Thanks.
> > >
> > > Did you hiccup the service after you made the mapping?
> > >
> > > ~Todd
> > >
> > > At 08:41 PM 3/9/2003 +1100, you wrote:
> > > >The plot thickens - Can't set up virtual directory in the
> standalone
> > > web
> > > >server.
> > > >
> > > >If you've been following the adventures of the last 2 or 3 days,
> > you'll
> > > >know that I have managed to get CFMX to operate on my machine with
> > its
> > > >own internal webserver, but not with IIs. (I have WinXPPro system).
> > > >
> > > >Today I decided to put off trying to make CFMX work with IIs
> because
> > I
> > > >was heartily sick of the whole thing, and I will come back to that.
> > > So
> > > >I started doing some tutorials that go with a CFMX book I got at
> > MXDU.
> > > >(From Static to Dynamic in 10 Steps).
> > > >
> > > >One of the things this book does is take you through the conversion
> > of
> > > a
> > > >site from static to CFMX dynamic.   When I went to make a virtual
> > > >directory to the code in the CFMX web server, I found it wouldn't
> do
> > > it.
> > > >I just got the CFMX File not found error, even though I know it is
> > > >there.
> > > >
> > > >What did I do wrong?
> > > >
> > > >The site is in a folder called
> > C:\CFusionMX\wwwroot\CFMX10Steps\NewSite
> > > >so I added the following to the file
> > > >C:\CFusionMX\wwwroot\WEB-INF\jrun-web.xml
> > > >
> > > ><virtual-mapping>
> > > >     <resource-path>/10sNewsite/*</resource-path>
> > > >
> > > <system-path>C:/CFusionMX/wwwroot/CFMX10Steps/NewSite</system-path>
> > > ></virtual-mapping>
> > > >
> > > >
> > > >Am I right in assuming that this didn't work because it also is
> > related
> > > >to the problems I've been having getting anything to connect to a
> > jrun
> > > >service?  OR have I added the wrong code to the wrong file?
> > > >
> > > >The url I'm trying to look at in my browser is
> > > >http://localhost:8500/10sNewsite/about/about.cfm   and I do know
> > there
> > > >is a file called about.cfm in a folder underneath /NewSite
> > > >
> > > >Ain't CFMX wonderful?
> > > >
> > > >
> > > >Cheers,
> > > >Michael Kear
> > > >Windsor, NSW, Australia
> > > >AFP Webworks.
> > >
> > >
> > >
> >
> >
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to