Re: Windows 2003 + CF8 = 401.3 Error

2008-09-29 Thread Dave Watts
> This is what I am trying to do ! but this is where I had the installation 
> issues that started
> this thread..
>
> I still am uneasy about not being able to get the multiserver setup to occur, 
> maybe I am
> basically thick ! I get the impression that multiserver has be setup in 
> advance that is the
> initial CF installation must be installed as multiserver

As before, if you want multiserver, I'd recommend that you completely
uninstall 6.1 before installing 8 Multiserver. You can then create an
additional JRun instance within the JRun Admin Console, and you can
use the 6.1 installer to create an EAR to deploy on that instance.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313235
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-29 Thread Gus Denton
> > I have installed CF8 as a standalone server running it's own 
> webserver on a diffrent port 8501. My next
> > task is to individually connect IIS site definitions to CF 8 as 
> needed which I assumen can be acheived
> > by simply changing the application extensions associated with CF 6.1 
> to the CF8 install directory.
> 
> Well, not exactly. By default, CF 6.x and CF 8 use a combination of
> ISAPI filters and wildcard extensions; it's not as simple as changing
> file extension mappings. However, assuming that you want to have CF 6
> work with one IIS virtual server and CF 8 work with another, you can
> certainly do that. Just run the web server configuration utility for
> each, and map it to one IIS virtual server. You might find it useful
> to turn off CF 8 while you're setting IIS up with CF 6, and vice
> versa.
> 
> > I have to say the Adobe documentation could be more clear on the 
> differences between standalone
> > and multiserver which I do not really understand.. but here is my 
> stab at it..
> >
> > Can I assume that you use multiserver when you want multiple 
> instances of CF running on the same
> > instance of JRUN ? So my next question is why use this setup ?
> 
> There are lots of reasons why you might want to run multiple 
> instances
> of CF. Here are a couple:
> 
> 1. You can run different versions of CF simultaneously.
This is what I am trying to do ! but this is where I had the installation 
issues that started this thread..

I still am uneasy about not being able to get the multiserver setup to occur, 
maybe I am basically thick ! I get the impression that multiserver has be setup 
in advance that is the initial CF installation must be installed as multiserver 
 


> 2. You can map different CF instances to different applications or
> virtual web servers, providing isolation so that if one fails the
> others keep running.
> 3. You can work around the memory allocation limitations of 32-bit
> JVMs to more efficiently use the physical memory on your servers.
> 4. You can cluster multiple instances to provide failover within a
> single physical server.
> 5. You can build applications for deployment as EAR files, which is a
> nice Java standard for web applications.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> 
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more 
information! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313206
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-28 Thread James Holmes
http://livedocs.adobe.com/coldfusion/8/htmldocs/installmultiserver_3.html

http://livedocs.adobe.com/coldfusion/8/htmldocs/clustering_2.html

--
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/


2008/9/29 Gus Denton

>
> If any of you rather kind persons can point me to pages or documents that
> shed more light on this then I would very appreciative
>
>


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-28 Thread Dave Watts
> I have installed CF8 as a standalone server running it's own webserver on a 
> diffrent port 8501. My next
> task is to individually connect IIS site definitions to CF 8 as needed which 
> I assumen can be acheived
> by simply changing the application extensions associated with CF 6.1 to the 
> CF8 install directory.

Well, not exactly. By default, CF 6.x and CF 8 use a combination of
ISAPI filters and wildcard extensions; it's not as simple as changing
file extension mappings. However, assuming that you want to have CF 6
work with one IIS virtual server and CF 8 work with another, you can
certainly do that. Just run the web server configuration utility for
each, and map it to one IIS virtual server. You might find it useful
to turn off CF 8 while you're setting IIS up with CF 6, and vice
versa.

> I have to say the Adobe documentation could be more clear on the differences 
> between standalone
> and multiserver which I do not really understand.. but here is my stab at it..
>
> Can I assume that you use multiserver when you want multiple instances of CF 
> running on the same
> instance of JRUN ? So my next question is why use this setup ?

There are lots of reasons why you might want to run multiple instances
of CF. Here are a couple:

1. You can run different versions of CF simultaneously.
2. You can map different CF instances to different applications or
virtual web servers, providing isolation so that if one fails the
others keep running.
3. You can work around the memory allocation limitations of 32-bit
JVMs to more efficiently use the physical memory on your servers.
4. You can cluster multiple instances to provide failover within a
single physical server.
5. You can build applications for deployment as EAR files, which is a
nice Java standard for web applications.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313198
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-28 Thread Gus Denton
I have a resolution I think to this
I have installed CF8 as a standalone server running it's own webserver on a 
diffrent port 8501. My next task is to individually connect IIS site 
definitions to CF 8 as needed which I assumen can be acheived by simply 
changing the application extensions associated with CF 6.1 to the CF8 install 
directory.

I have to say the Adobe documentation could be more clear on the differences 
between standalone and multiserver which I do not really understand.. but here 
is my stab at it..

Can I assume that you use multiserver when you want multiple instances of CF 
running on the same instance of JRUN ? So my next question is why use this 
setup ?

If any of you rather kind persons can point me to pages or documents that shed 
more light on this then I would very appreciative

Gus

>> Here is a little more information..
>
>CF 8 doesn't support upgrading a single-server previous version of CF to a
>multi-server version. I recommend that you uninstall 6.1 before proceeding.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>
>Fig Leaf Software provides the highest caliber vendor-authorized
>instruction at our training centers in Washington DC, Atlanta,
>Chicago, Baltimore, Northern Virginia, or on-site at your location.
>Visit http://training.figleaf.com/ for more information! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313189
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Windows 2003 + CF8 = 401.3 Error

2008-09-22 Thread Dave Watts
> Here is a little more information..
> The server already has CFMX6.1 installed on it in a directory 
> c:\CFusionMX\
> 
> CF8 Installer creates a c:\JRun4 directory and proceeds with 
> the installation in this directory...
> 
> Curiously the point where the error (in the log)occurs the 
> installer (ant) is trying to call a non existant directory in 
> the c:\CFusionMX directory even through I have requested a 
> standalone multiserver install
> 
> Could this be a hardwired fault in the installer ?

CF 8 doesn't support upgrading a single-server previous version of CF to a
multi-server version. I recommend that you uninstall 6.1 before proceeding.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312896
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-22 Thread Gus Denton
Sorry no I made a posting on this thread before I worked out how to start a new 
thread !! Which I did with an apology for multiple postings



>Plesk is a control panel, are you the person who made the original question?
>
>Because the original question mentioned plesk!
>
>
>
>
>
>> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312888
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-22 Thread Andrew Scott
Plesk is a control panel, are you the person who made the original question?

Because the original question mentioned plesk!



On Mon, Sep 22, 2008 at 6:12 PM, Gus Denton <[EMAIL PROTECTED]> wrote:

> 32 Bit not 64 bit is where we are at
>
> What is Plex ? How do I find out about that ?
>
> >This may seem obvious to some
> >
> >But Windows 2003 (32bit or 64bit), if 64bit are you using the 64bit
> version?
> >These are known issues when trying to install a 32bit version onto the
> 64bot
> >O/S
> >
> >Apart from that not 100% sure with plex, but there were some questions
> asked
> >in another group about plex and Coldfusion 8. But first check that Windows
> >is either 32/64 and grab the right version.
> >
> >I am assuming that you are running in 32bit for Windows 2003, but it needs
> >to be asked. Also make sure you grab ColdFusion 8.01 for 64bit if you need
> >to download it.
> >
> >You say you have cfmx6.1 so it sounds like it is an issue that was
> described
> >awhile ago about getting it to run with plex, which really sounds like the
> >issue. But I have seen the connector problem time and time again, when
> >people try to install 32bit version onto a 64bit OS. It won't happen;-(
> well
> >not with CF anyway.
> >
> >Lets us know what OS version (number of biys for OS), what version of plex
> >and ColdFusion etc.
> >
> >
> >
> >
> >
> >>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312884
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-22 Thread Gus Denton
32 Bit not 64 bit is where we are at

What is Plex ? How do I find out about that ?

>This may seem obvious to some
>
>But Windows 2003 (32bit or 64bit), if 64bit are you using the 64bit version?
>These are known issues when trying to install a 32bit version onto the 64bot
>O/S
>
>Apart from that not 100% sure with plex, but there were some questions asked
>in another group about plex and Coldfusion 8. But first check that Windows
>is either 32/64 and grab the right version.
>
>I am assuming that you are running in 32bit for Windows 2003, but it needs
>to be asked. Also make sure you grab ColdFusion 8.01 for 64bit if you need
>to download it.
>
>You say you have cfmx6.1 so it sounds like it is an issue that was described
>awhile ago about getting it to run with plex, which really sounds like the
>issue. But I have seen the connector problem time and time again, when
>people try to install 32bit version onto a 64bit OS. It won't happen;-( well
>not with CF anyway.
>
>Lets us know what OS version (number of biys for OS), what version of plex
>and ColdFusion etc.
>
>
>
>
>
>> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312880
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-22 Thread Andrew Scott
This may seem obvious to some

But Windows 2003 (32bit or 64bit), if 64bit are you using the 64bit version?
These are known issues when trying to install a 32bit version onto the 64bot
O/S

Apart from that not 100% sure with plex, but there were some questions asked
in another group about plex and Coldfusion 8. But first check that Windows
is either 32/64 and grab the right version.

I am assuming that you are running in 32bit for Windows 2003, but it needs
to be asked. Also make sure you grab ColdFusion 8.01 for 64bit if you need
to download it.

You say you have cfmx6.1 so it sounds like it is an issue that was described
awhile ago about getting it to run with plex, which really sounds like the
issue. But I have seen the connector problem time and time again, when
people try to install 32bit version onto a 64bit OS. It won't happen;-( well
not with CF anyway.

Lets us know what OS version (number of biys for OS), what version of plex
and ColdFusion etc.



On Mon, Sep 22, 2008 at 2:46 PM, Gus Denton <[EMAIL PROTECTED]> wrote:

> Here is a little more information..
> The server already has CFMX6.1 installed on it in a directory c:\CFusionMX\
>
> CF8 Installer creates a c:\JRun4 directory and proceeds with the
> installation in this directory...
>
> Curiously the point where the error (in the log)occurs the installer (ant)
> is trying to call a non existant directory in the c:\CFusionMX directory
> even through I have requested a standalone multiserver install
>
> Could this be a hardwired fault in the installer ?
>
> Gus
>
> >> I am have a really hard time installing CF 8 on Win 2003 SP2,
> >
> >Are you sure you're installing from an administrative account?
> >
> >Dave Watts, CTO, Fig Leaf Software
> >http://www.figleaf.com/
> >
> >Fig Leaf Software provides the highest caliber vendor-authorized
> >instruction at our training centers in Washington DC, Atlanta,
> >Chicago, Baltimore, Northern Virginia, or on-site at your location.
> >Visit http://training.figleaf.com/ for more information!
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312878
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-21 Thread Gus Denton
Here is a little more information..
The server already has CFMX6.1 installed on it in a directory c:\CFusionMX\

CF8 Installer creates a c:\JRun4 directory and proceeds with the installation 
in this directory...

Curiously the point where the error (in the log)occurs the installer (ant) is 
trying to call a non existant directory in the c:\CFusionMX directory even 
through I have requested a standalone multiserver install

Could this be a hardwired fault in the installer ?

Gus

>> I am have a really hard time installing CF 8 on Win 2003 SP2, 
>
>Are you sure you're installing from an administrative account?
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>
>Fig Leaf Software provides the highest caliber vendor-authorized
>instruction at our training centers in Washington DC, Atlanta,
>Chicago, Baltimore, Northern Virginia, or on-site at your location.
>Visit http://training.figleaf.com/ for more information! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312876
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-21 Thread Gus Denton
Yes


>> I am have a really hard time installing CF 8 on Win 2003 SP2, 
>
>Are you sure you're installing from an administrative account?
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>
>Fig Leaf Software provides the highest caliber vendor-authorized
>instruction at our training centers in Washington DC, Atlanta,
>Chicago, Baltimore, Northern Virginia, or on-site at your location.
>Visit http://training.figleaf.com/ for more information! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312874
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-21 Thread Gus Denton
Yes

>> I am have a really hard time installing CF 8 on Win 2003 SP2, 
>
>Are you sure you're installing from an administrative account?
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>
>Fig Leaf Software provides the highest caliber vendor-authorized
>instruction at our training centers in Washington DC, Atlanta,
>Chicago, Baltimore, Northern Virginia, or on-site at your location.
>Visit http://training.figleaf.com/ for more information! 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312875
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Windows 2003 + CF8 = 401.3 Error

2008-09-21 Thread Dave Watts
> I am have a really hard time installing CF 8 on Win 2003 SP2, 
> I have changed permissions on the directories, turned off 
> DEP, Installed on an old Win 2000 box and the same problem 
> keeps poping up..
> 
> I am try to do the multiserver installation  without linking 
> to IIS and every time there is a single error in the install 
> log about ANT not being able to find a single directory 
> xxx\servers\cfusion\coldfusionwar\coldfusionear\webinf\somethi
> ng\lib
> 
> I have changed permissions cleared temp directories and 
> anything else I can see on the web but to no avail.. I have 
> even pulled down a fresh copy of the Win 801 installer but no 
> love.. Just an incomplete install without any of the CF 
> directories or a wwwroot
> 
> Short of covering myself in Chicken blood and dancing around 
> a fire naked whilst offering votive offerings to IT gods I am 
> out of ideas ! can anyone spare from an embarasing night in a 
> paddock !

Are you sure you're installing from an administrative account?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312873
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-09-18 Thread Gus Denton
I am have a really hard time installing CF 8 on Win 2003 SP2, I have changed 
permissions on the directories, turned off DEP, Installed on an old Win 2000 
box and the same problem keeps poping up..

I am try to do the multiserver installation  without linking to IIS and every 
time there is a single error in the install log about ANT not being able to 
find a single directory 
xxx\servers\cfusion\coldfusionwar\coldfusionear\webinf\something\lib

I have changed permissions cleared temp directories and anything else I can see 
on the web but to no avail.. I have even pulled down a fresh copy of the Win 
801 installer but no love.. Just an incomplete install without any of the CF 
directories or a wwwroot

Short of covering myself in Chicken blood and dancing around a fire naked 
whilst offering votive offerings to IT gods I am out of ideas ! can anyone 
spare from an embarasing night in a paddock !

Gus


> > Hi all,
> > 
> > I am hoping someone can help me out here. I have been trying to 
> > install CF8 on my new Windows 2003 virtual dedicated server. I use 
> the 
> > Standalone Server configuration, installed on all IIS websites. 
> After 
> > the install I am getting 401.3 errors when I try to access the CF 
> > Administrator or Plesk login.
> > 
> > I recently reprovisioned the server, so everything is back to the 
> > original state, before the CF install.
> > 
> > Here is the IP address of my server: http://208.109.83.61/
> > An example site hosted on my server: http://www.modologies.com/
> > 
> > It is a GoDaddy server, and it seems like it has to do with user 
> > permissions. Unfortunately, user permissions in Server 2003 is not 
> my 
> > strong suit.
> > 
> > There are some documented cases I found in a google search but none 
> of 
> > them really provided any results. I am hoping someone can point me 
> in 
> > the right direction. I think it is in regards to this problem: 
> > http://support.microsoft.com/kb/321390/en-us. It could also be 
> > something in regards to this as well: http://kb.adobe.
> > com/selfservice/viewContent.do?externalId=a9eb1bad&sliceId=1
> > 
> > Plesk and the one website I have setup in Plesk continue to work, 
> > until the CF8 install reaches this point: "Installing Web Server 
> > Connectors"
> > 
> > EDIT: I should note, if someone has experience installing CF8 in 
> > Windows 2003 Server, I will give you the details to Remote Desktop 
> to 
> > my server. If you describe the problem and how you fixed it i'll 
> > PayPal you some cash (like $50 or something)...
> > 
> > Thanks,
> > -Erik 
> 
> 
> First, uninstall any ColdFussion installation from your server. Next, 
> open the System Properties (i.e. right-click and choose Properties of 
> the My Computer icon) of the server, open the Advanced tab, click the 
> Performance Settings button, click the Data Execution Prevention tab, 
> and change the setting to "Turn on DEP for essential windows programs 
> and services only", click OK until you're back to the desktop and 
> restart the operating system.
> 
> This should be all you need to make it work, though the following tips 
> are a good idea anyway...
> 
> Make sure you have cleared everything you can out of the Windows Temp 
> folder (e.g. "C:\WINDOWS\Temp") and your own temp folder (e.g. 
> "C:\Documents and Settings\Your_Account_Name\Local Settins\Temp").
> 
> Run the installation at the console of the server, either physically 
> or via Remote Desktop (i.e. "mstsc.exe /console"), from the original 
> CD or from a folder on the server that does not have any spaces in its 
> name (e.g. "C:\CFMX7CD") -- not from a folder with spaces in the name, 
> and not from a UNC path.
> 
> I hope this helps.
> 
> -- Jeremy 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312818
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-04-23 Thread Meghna Chopra
> Hi all,
> 
> I am hoping someone can help me out here. I have been trying to 
> install CF8 on my new Windows 2003 virtual dedicated server. I use the 
> Standalone Server configuration, installed on all IIS websites. After 
> the install I am getting 401.3 errors when I try to access the CF 
> Administrator or Plesk login.
> 
> I recently reprovisioned the server, so everything is back to the 
> original state, before the CF install.
> 
> Here is the IP address of my server: http://208.109.83.61/
> An example site hosted on my server: http://www.modologies.com/
> 
> It is a GoDaddy server, and it seems like it has to do with user 
> permissions. Unfortunately, user permissions in Server 2003 is not my 
> strong suit.
> 
> There are some documented cases I found in a google search but none of 
> them really provided any results. I am hoping someone can point me in 
> the right direction. I think it is in regards to this problem: 
> http://support.microsoft.com/kb/321390/en-us. It could also be 
> something in regards to this as well: http://kb.adobe.
> com/selfservice/viewContent.do?externalId=a9eb1bad&sliceId=1
> 
> Plesk and the one website I have setup in Plesk continue to work, 
> until the CF8 install reaches this point: "Installing Web Server 
> Connectors"
> 
> EDIT: I should note, if someone has experience installing CF8 in 
> Windows 2003 Server, I will give you the details to Remote Desktop to 
> my server. If you describe the problem and how you fixed it i'll 
> PayPal you some cash (like $50 or something)...
> 
> Thanks,
> -Erik 


Erik,

If this is still not sorted out than you may would like to see 
http://www.htmlforums.com/windows-administration/t-iis-51-http-4013-access-denied-71310.html



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304132
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Windows 2003 + CF8 = 401.3 Error

2008-04-23 Thread Jeremy Denegar
> Hi all,
> 
> I am hoping someone can help me out here. I have been trying to 
> install CF8 on my new Windows 2003 virtual dedicated server. I use the 
> Standalone Server configuration, installed on all IIS websites. After 
> the install I am getting 401.3 errors when I try to access the CF 
> Administrator or Plesk login.
> 
> I recently reprovisioned the server, so everything is back to the 
> original state, before the CF install.
> 
> Here is the IP address of my server: http://208.109.83.61/
> An example site hosted on my server: http://www.modologies.com/
> 
> It is a GoDaddy server, and it seems like it has to do with user 
> permissions. Unfortunately, user permissions in Server 2003 is not my 
> strong suit.
> 
> There are some documented cases I found in a google search but none of 
> them really provided any results. I am hoping someone can point me in 
> the right direction. I think it is in regards to this problem: 
> http://support.microsoft.com/kb/321390/en-us. It could also be 
> something in regards to this as well: http://kb.adobe.
> com/selfservice/viewContent.do?externalId=a9eb1bad&sliceId=1
> 
> Plesk and the one website I have setup in Plesk continue to work, 
> until the CF8 install reaches this point: "Installing Web Server 
> Connectors"
> 
> EDIT: I should note, if someone has experience installing CF8 in 
> Windows 2003 Server, I will give you the details to Remote Desktop to 
> my server. If you describe the problem and how you fixed it i'll 
> PayPal you some cash (like $50 or something)...
> 
> Thanks,
> -Erik 


First, uninstall any ColdFussion installation from your server. Next, open the 
System Properties (i.e. right-click and choose Properties of the My Computer 
icon) of the server, open the Advanced tab, click the Performance Settings 
button, click the Data Execution Prevention tab, and change the setting to 
"Turn on DEP for essential windows programs and services only", click OK until 
you're back to the desktop and restart the operating system.

This should be all you need to make it work, though the following tips are a 
good idea anyway...

Make sure you have cleared everything you can out of the Windows Temp folder 
(e.g. "C:\WINDOWS\Temp") and your own temp folder (e.g. "C:\Documents and 
Settings\Your_Account_Name\Local Settins\Temp").

Run the installation at the console of the server, either physically or via 
Remote Desktop (i.e. "mstsc.exe /console"), from the original CD or from a 
folder on the server that does not have any spaces in its name (e.g. 
"C:\CFMX7CD") -- not from a folder with spaces in the name, and not from a UNC 
path.

I hope this helps.

-- Jeremy 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304130
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4