Okay, after 8 attempts I got it working. Unfortunately the script below didn't work. Well, not in full anyway. It completed and said everything worked, but the settings were not complete. I then made the settings manually and it worked.
The problems I experienced were a mixture of: 1) Bad CF5 uninstall: I instead cleared the registry manually. 2) I had previously made the settings manually without the code below. 3) I had previously made the settings manually and then the code below. Another no-no. 4) I had on one occasion run the script below but on pasting into CMD it ran the script only partially. The only way out seemed an uninstall and reinstall. If anyone needs advice on installeing CFMX, I am not your man. For now. Thanks for all your advice. Paolo -----Original Message----- From: Mark Smyth [mailto:[EMAIL PROTECTED]] Sent: 11 February 2003 16:42 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] CFMX install problem or is it monday morning blues yes i had that problem and lucas provided a script to map cf to IIS after installation, I believe its in the documentation also, here goes Please Note: The script must be run as a single line and c replaced by the appropriate drive where coldfusionmx is installed. c:\cfusionmx\runtime\jre\bin\java -cp c:\cfusionmx\runtime\lib -jar c:\cfusionmx\runtime\lib\wsconfig.jar -wd IIS -site "0" -map .cfm,.cfc,.cfml,.jsp -v I tested the script 2/3 times and it appeared to work fine -----Original Message----- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: 11 February 2003 16:43 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] CFMX install problem or is it monday morning blues Just to add to the length of this thread.... Have you tried an install just using the default internal web server, staying away from IIS? For some reason I have a recollection of something about installing CFMX and then setting up the IIS connectivity afterwards...... Regards Stephen ----- Original Message ----- From: "Paolo Piponi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 4:27 PM Subject: [ cf-dev ] CFMX install problem or is it monday morning blues > On a server that was previously CF5, I uninstalled CF5 and have just > installed CFMX. However, it didn't work. Any .cfm page 'cannot be > displayed'. > > Also when I look at the properties of a .cfm file, the type of the document > is 'n' instead of 'CFM'. > > Any ideas? > > Note that IIS seems fine (home directory, document types, etc.) although the > JRun ISAPI filter is not there. > > Thanks, > > Paolo > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
