How to instal Coldfusion on Yahoo webhosting

Hell there
I am trying to install Coldfusion MX7 on my Yahoo business
web hosting space, although Yahoo webhosting do not provide suppor
for coldfusion. Can someone kindly tell me how to instal or used
Coldfusion on Yahoo webhosting space if at all possible?

Cross post!
See
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=2&threadid=12 30845

Similar Messages

  • How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit

    How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit
    I ran Coldfusion 8 on SBS 2003 Premium for 6 months with no problems.  When we finally decided to cut over to SBS 2008, that’s when everything went to hell.  I tried for weeks to get Coldfusion 8 to install properly on the new SBS 2008 64-bit box.  During the course which, I found bits and pieces of information for Vista 64-bit and Windows Server 2008 64-bit installations.  There are some distinct differences, however, with SBS 2008 since it runs core Web applications like OWA, RWW and Companyweb.  After countless unsuccessful attempts, one of which completed corrupted the box, I found the solution.
    I have attempted in this white paper to detail the steps to assist others who may be in a similar situation.  I don’t make any warranty for the information, but so long as you follow the steps carefully you should be fine.  BTW, for those of you who say Adobe offers free technical support for licensed users, that’s not entirely true.  Like I said, I purchased CF8 and originally installed it on an SBS 2003 Premium box.  After we cut over to SBS 2008 and encountered problems, Adobe wouldn’t provide any technical support without charging.  Moreover, based on my initial conversations with Adobe’s technical team, no one seemed to know much about running 64-bit on SBS.
    From my understanding, only two versions of Coldfusion 8 can be installed in 64-bit: Enterprise and Developer.  The “normal” install (which I paid a grand for) can only be deployed in 32-bit mode – gee, THANKS Adobe!  By the way, in Developer mode only two distinct IPs can access the site in addition to the localhost.  Any additional IPs will result in a CFML error message stating that the maximum number of IPs have been exceeded.  At any rate, take your time and follow the steps to achieve a successful installation. 
    PRE-INSTALLATION TASKS
    Back Up SBS
    It’s always a good practice to backup your server before deploying any kind of major system changes.  Although this step is optional, I recommend it in case you need to restore your server for any reason.  Bear in mind, if your system ever gets totally corrupted, you cannot restore back from the twice daily incremental backup images alone.  You will need a full backup with system recovery information to restore.  Here are the basic steps:
    Click: Start > Programs > Administrative Tools.  Right-click “Windows Server Backup” and choose “Run as administrator”.
    Click “Backup Once” under Actions in the right-hand pane.
    Choose the “Different Options” radio button under Backup Options.
    Choose the “Custom” radio button.  What we’re primarily interested in here is backing up the OS – not your data partitions or attached drives.
    Select the “SYSTEM (C)” checkbox, uncheck any others.  Also, ensure that the “Enable system recovery” checkbox is selected before continuing on.
    Under ‘Specify Destination Type’, I usually select the “Local drives” radio button and point it to a Terrabyte USB drive I use for backups.  You can point this to a tape drive, or select the “Remote shared folder” radio button if you map to a UNC path to store your backup images.  Just remember, make sure that whatever path you select can readily be accessed in the event of an emergency.  Also, make sure the “Verify after writing (recommended)” checkbox is selected.
    Under ‘Specified Advanced Option’, I usually select the “VSS full backup” radio button instead of the default since I don’t use a 3rd party backup product.  If like me you rely solely on SBS for your backups, choose the full backup option.
    Confirm everything and click “Backup”.  This process may take several hours depending on the size of your system.
    Verify ISAPI Filters:
    In IIS Manager, double-click the server instance in the left-hand pane.
    In the center pane under IIS, double click the “Modules” icon to verify that the ISAPI native modules are already installed for IIS.  If it’s set up correctly you should see two entries:
    IsapiFilterModule              %windir%\System32\inetsrv\filter.dll
    IsapiModule                        %windir%\System32\inetsrv\isapi.dll
    If either of these modules are missing, you will need to re-install these (google for a solution).
    Set Up Development Environment
    Create a directory for your CFML files outside of the default Windows location (e.g., default is usually C:\inetpub\wwwroot\).  For the purpose of our install, I created a directory on a separate disk called: D:\DEV.
    Copy and paste your CFML files and directories into the new DEV root Web directory.  This will eventually be the directory where the Coldfusion installer places the CFIDE and CFDOCS folders. 
    Open IIS Manager and double-click the server instance in the left hand pane.  Expand the “Sites” folder.  Right-click the Sites folder and select “Add Web Site”.
    Enter a name in the “Site Name” box (e.g., “test-site”).  You will notice that the system will automatically create a corresponding Application Pool with the same name.  NOTE: this is important to prevent conflicts between the DefaultAppPool (needed for SBS Web apps like OWA, RWW, etc.) and the application pool needed for Coldfusion to function properly in SBS 2008.
    Point the “Physical Path” to the directory you created in step #1 above (e.g., “D:\DEV”).
    Don’t worry about testing the connection.  If you click “Test Settings” you may receive a warning that IIS cannot verify access to path (D:\DEV).  Don’t worry about this for the time being.
    Under “Host name”, enter a DNS path to your site (e.g., “dev.test-site.com”).  Click “OK”.
    Configure Application Pools for Installation
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “False” to “True”, and then click “OK”.  NOTE: if you skip this step, Coldfusion will not properly create the required mappings during the install. We will change this setting back after the installation completes – more on this later.
    Modify the application.host.config File for 64-Bitness
    Click: Start > Programs > Accessories.  Right-click “Notepad” and choose “Run as administrator”.
    Open the config file from within Notepad – default location: C:\Windows\System32\inetsrv\config\applicationHost.config
    Do a search and change this one line from:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
    To this:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64" />
    Restart the IIS Admin service.
    Set HTTP Compression
    According to some threads I read, the http compression module can cause errors if you don’t disable it globally. To remedy this, perform the following:
    Click: Start > Programs > Accessories.  Right-click “Command Prompt” and choose “Run as administrator”.
    At the command prompt, change directory to intetsrv by typing: cd inetsrv
    Run the following command:
    C:\Windows\system32\inetsrv>appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
    This will turn off HTTP compression for all sites in IIS.
    In IIS Manager, double-click the server instance in the left-hand pane.  Double-click the “Compression” icon in the IIS section of the center pane.
    Uncheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Recheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Restart the IIS Admin service.  This should enable compression and coldfusion to work at the same time.
    NOTE: if for some reason you need to reverse this, run the following command from the command prompt:
    C:\Windows\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
    INSTALLATION TASKS
    Download the 64-bit installation package from Adobe – filename: coldfusion-801-wind64.exe.
    Right-click the file and select “Run as administrator”.
    Accept the terms of the License Agreement.
    If you have an Enterprise license, enter it.  For our purposes, just click the “Developer Edition” checkbox.
    Select “Server configuration” – the default radio button.
    I deselected all subcomponents and can’t guarantee that you’ll arrive at the same results if you select additional items like “.NET Integrated Services”.  It should be fine, particularly if you install documentation.  My preference was to keep the install as plain vanilla as possible.
    Select the directory path for Coldfusion to install into – default is :C\Coldfusion
    THE NEXT TWO STEPS ARE CRITICAL TO YOUR SUCCESS.  Unselect “All IIS Websites” and select the “Configure specific IIS Website or another web server” radio button.  Click “Add”, and then select your test Web site (e.g., “test-site”) under “IIS Web Site”.  Hit “OK”.
    Do NOT use the default directory path for the CF Administrator location (e.g., default path: “C:\inetpub\wwwroot”).  Instead, point the installer to your new DEV root Web directory (e.g., “D:\DEV”).  The bottom line, you want the installer to place the CFIDE directory and files within this folder, alongside your other CFML files and folders.
    Enter an Administrator password.
    Choose to Enable RDS, or not.  I enable this by preference but it is not required.  This allows you to make updates to files using a CFML editor directly vs. having to move/FTP the files over if you’re working remotely.  Opponents to this argue that it’s potentially less secure, but for a lower environment I don’t see this as a major concern.
    Confirm everything to kick off the install.
    If all goes well you should see a message at the end stating that the install was successful.  I recommend you uncheck the box that asks you to open the CF Administrator in the default Web browser after the install.  NOTE: we will open it a different way during the post-installation tasks.  The worst thing that will happen if you forget to uncheck the box is that you might receive an error that the command prompt hung – not a big deal – just close it and move on to the next (final) steps.
    POST-INSTALLATION TASKS
    Verify CF Installation:
    The installation will create a new folder in your program group: Start > Programs > Adobe > Coldfusion 8.  The default “Administrator” link will not work because it points to the wrong path: http://127.0.0.1/CFIDE/administrator/index.cfm. The “127.0.0.1” or “localhost” path as you may recall in IIS, points by default to the “C:\inetpub\wwwroot” directory.  Our CFIDE files, however, are located within: D:\DEV.
    To bring up the CF Administrator logon page, open up a Web browser and replace the “http://127.0.0.1” part of the path with the DNS path name to your CF environment (e.g., http://dev.test-site.com/CFIDE/administrator/index.cfm).
    This should bring up the Coldfusion Administrator Login screen.  Enter in the Administrator password you created during the install to log in and configure your application server.
    Verify that your test-site renders correctly by typing in your test URL into a Web browser (e.g., http://dev.test-site.com).
    Fix Application Pool Defaults to Re-enable SBS Web Applications:
    At this point, Coldfusion Administrator and your test CMFL Web site should be working properly.  The problem is, default SBS Web applications like OWA, RWW and Companyweb will throw errors and fail to start.  Fortunately, this is easily remedied by performing the following steps:
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “True” to “False” this time.  This should re-enable the SBS applications, which would otherwise result in 500 errors (e.g., OWA, RWW, Companyweb, etc.).  There is no need to restart IIS.
    Open a Web browser and test that you can once again connect to OWA, RWW and Companyweb successfully.
    In IIS click to highlight the application pool for your new site (e.g., “test-site”).  In the right-hand pane, click “Advanced Settings”.  Ensure that “Enable 32-Bit Applications” – second item from the top – is set to “True” for this application pool specifically.
    Lastly, jump up and down for joy!  Hopefully now, everything is working.  Best of luck!! ..Paul D (MCP).

    First, it would be a good idea for you to specify what distro of Linux you're using, as not all are supported by Adobe.
    Second, this is probably your problem right here:
    http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing
    In a nutshell, CF expects the 32-bit version of libc.so.6 to be in /lib, but it's probably not. You might be able to modify the installer to point to the correct location for that file, or you might be able to create a symlink to the file - but as the above link describes, creating a symlink might have negative consequences.
    As for installing CF 8 64-bit, that's only available with Enterprise, not Standard. If you want CF Standard 64-bit, you need to upgrade to CF 9.
    Dave Watts, CTO, Fig Leaf Software

  • How to install coldfusion 8 on windows xp pro sp3

    hi
    I  installed coldfusion 8 (standart or multiserver) with any error but browse coldfusion admin panel I getting some error like  The Macromedia application server(s) are unreachable.
    how to solve this problem
    firewall turn off
    antivirus software not install
    .net 2.0 installed
    xp pro sp3 tr
    thanks

    This forum is for feedback about the OTN site. The best place to get an answer to your question is the database installation forum. the URL is:
    Database Installation

  • How to install ColdFusion 801 lin.bin

    I don't know what is going on, but I believe Adobe is going
    back in time.
    I have some experience with Linux and a lot of experience
    with ColdFusion, but trying to install ColdFusion on my linux
    mashine is like going back to dos. What is going on?
    Why do I have to change permissions using chmod?
    I thought we are over this by now and Linux has learned
    something from Windows and Apple in terms of usability.
    Not everybody wants to be a nerd and delph into the deep end
    of linux file handling just to install a program.
    Why is it not available as an rpm?
    The documentation on the abobe site is a joke and very hard
    to find.
    I understand security, but surely a simple but effective
    admin password will do without having to change permissions. I can
    do everything else with my admin password.
    As I am not interested to become a linux specialist, but to
    get on with my job, abobe and linux have failed me.
    Maybe I should give Windows and asp or .net another go.
    Trying to install ColdFusion on Linux is like buying a car
    without doors or keys. What is the point?

    This should help:
    http://www.communitymx.com/content/article.cfm?page=1&cid=224AA
    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS4
    Adobe Certified Expert - ColdFusion 8
    Fordwebs, LLC
    http://www.fordwebs.com
    http://www.cfnoob.com

  • How to install msn or yahoo msn or skype in my mackbook pro

    i dont know how to install this programme even i tried to install them from itunes and after finsh download theirs nothing can u help me

    Here's skype. Although I've never downloaded the msn things.

  • How can i install or download yahoo messenger to my IPAD 5.1.1 version?

    How can i install or download yahoo messenger to my IPAD 5.1.1 version?  Was it possible to download using google?

    Was it possible to download using google?
    You can only download apps from the Apps Store. Follow Simon's link.

  • I have just installed a new yahoo messenger acc on my iphone, and cannot log in, getting...user underage message.. how do i log in and stay logged in on my iphone5

    i closed and installed a new yahoo messenger acc on my iphone5 last night, and are unable to log onto it now, i get a ....user ungerage.. please try again message continuously, how do i get logged in and stay logged in on my iphone thanks

    You might receive more assistance from users in the Lion forum.
    Click here  https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion?view=discussi ons
    Then click New / Discussion / Lion

  • How to install Flex Data Services 2 on Coldfusion MX 7?

    hello,
    How to install Flex Data Services 2 on Coldfusion MX 7?
    was is tomcat..
    I want to use RemoteObject(CFC) for oracle.
    Thanks for your support.

    Hello -
    To use mx:RemoteObject with CFC you don't even need FDS, you
    can use FlexBuilder 2.0 and use it's internal FDS SDK to build,
    compile and deploy full apps to be used in conjunction with CF 7.02
    (Flex Connectivity)
    Secondly, if you do want to install the full FDS 2.0
    enterprise software you can find the instructions to do so for J2EE
    apps servers here
    http://www.adobe.com/support/documentation/en/flex/2/install.html#flexj2ee
    HTH, Bill

  • My dream waver has been uninstalled. How to install again?

    my dream waver has been uninstalled. How to install again?

    Yes I know. I can create many different workspace layout as I want. However, if there are some default workspace layout  as before, I can choose it easily and efficiently. Besides, they will display many different tools and icons per my choices. Then I can also create any new workspace layout that I want. But now, I don't know how to find many tools and icons back like "Designer" or "Classic" workspace layout.....
    傳自 Yahoo 電子信箱 iPhone 版</a

  • Problems with installing coldfusion mx and setting up CF for home practice

    problems with installing coldfusion mx:
    hello,
    i have some books of cf.
    i need to start on my tutorials
    however,
    they said the prereq is mx server
    home site,
    1. i did download mx 7 and chose mx developer edition.
    my problem is that when it is self configure. (the second
    option without apache or iis)
    it is reall taking a long time to configure 2hrs. i did not
    let it finish so i stopped the process.
    what am i doing wrong in the set up process.
    2. do i need apache to run CF. if so i did go to apache .org
    and went to a mirror site. but i dont know which one to down load.
    any tips?
    3. can i run my tutorials with out apcahe or IIS?
    4 . the book also mentioned homesite / dreamweaver as a
    editor.
    where and how can i put this in my personal PC?
    i really appreciate your help in advance
    i am really eager to learn so i can develop for my work, i
    figure if i get a head start at home, i wont have to rely on
    others.
    thanks if someone can help me set up CF at home.

    i got a copy from a disc today and i installed it.
    i think this one is good.
    i also have apcahe 2.0 together in a cd.
    i need a walk through on both
    mx 7 and apache 2.0 for installing and configure.
    can you help me?

  • How to get rid of Yahoo which has replaced itself as the search engine on safari . I have tried going to safari and changing the default search engine to google and the homepage to no avail can anyone PLEASE help

    After updating Firefox . I notice Yahoo has taken over as the search engine on safari . I have gone into safari and changed the default browser and home page to google but yahoo is still there . Can someone Please tell me how to get rid of Yahoo . peter

    Since I looked everywhere for this answer and never found it I decided I needed to help!
    1. GO TO THE TOOL BAR WHERE IT SAYS SAFARI AND CLICK TO BRING DOWN THE MENU OF OPTIONS, CLICK ON PREFERENCES
    2.INSTEAD OF JUST CLICKING ON THE GENERAL TAB AND CHANGING THE SEARCH ENGINE LIKE EVERY OTHER STUPID SUPPORT TELLS YOU TO DO LOOK AT THE TAB THAT SAYS EXTENSIONS.
    3. Chances are you downloaded something that was made by a third party to "enhance" your web experience but really they just screwed you over, YOU CAN CHOOSE TO SIMPLY UNINSTALL ANY EXTENSIONS PUT ON YOUR COMPUTER BY CLICKING INSTALL, BUT TO BE SURE THAT THIS IS THE ROOT OF YOUR PROBLEM IN THE SECOND COLUMN SIMPLY CLICK ON THE UNDERLINED NAME OF WHO THE EXTENSION IS MADE BY IF CLICKING THE LINK BRINGS UP A YAHOO PAGE THIS IS THE SOURCE OF YOUR ISSUES AND SIMPLY UNINSTALLING THIS WILL RID YOU OF THIS  DUMB PROBLEM!!
    HOPE THIS HELPS!!!!

  • How to install Oracle Database Audit Vault

    Hi all,
    i have my database in oracle 10g in linux environment, i wont to install oracle database audit vault 10.2.3 in linux
    can any 1 let me know how to install it or what or the steps required.
    any usefull link would be helpfull
    Thanks....

    Hi,
    Please check : How to install Oracle Database Audit Vault - Yahoo Video Search Results
    Thank you

  • Installing coldfusion 9 kills WSUS; ODBC connectors on CF9 64bit

    Two questions.
    I have a server set up at home. I have 8 PCs conencted to it. It is used to run file services, WSUS to keep PCs up to date, and a home web server with some CF apps I've written over the years. This is a home environment, not a corporate environment so SQL / Exchange etc are out of the question.
    The server used to run XP x86 with CF7. Everything just worked. All of the time.
    But I wanted to make use of more memory, which means x64. I also updated the hardware and expanded my storage to 13TB. So I installed Windows 2008 R2 x64.
    Got everything working perfectly, without Coldfusion. As soon as I installed Coldfusion my woes started. It installed properly first shot, which is a rare occurence if what I read here and around the net are any indication (I count my blessings that it worked first shot).
    I installed CF 9.0.1 x64. WSUS ceased to function. All clients started getting download errors 0x80244018 etc. From googling the problem it seems that the problem was the handlers that CF9 added (But I could be wrong about that). WSUS runs on the same IIS7.5 server as my home website, but on port 8530.
    And of course, there appear to be no 64 bit ODBC drivers. I just use MS Access and excel for all my needs. I have about half a dozen apps I have written, most of which I have become dependent on for many reasons. I have no need, desire, or justification to invest in expensive technologies. Upgrading my CF7 to CF9 is going to cost an arm and a leg.
    So, rather than learning a new language like PHP..
    Q1: How do I install CF9 without breaking WSUS?
    Q2: How do I continue to use MS Access to access my mdb files when I have x64 O/S, X64 CF9?

    Surely someone has Coldfusion running on Windows 2008 R2 with WSUS?
    On the same box?  I doubt it would be that common.  I don't think it would be very common to be running WSUS from an application server box.  Obviously I can see why you're doing it, and it's a reasonable use case, but I don't imagine it's that common.
    Now... I am a CF developer, not a CFAdministrator, and haven't been a system's dude for about ten years now, so my knowledge on administering Windows and CF and all that sort of thing is very rusty, but the troubleshooting techniques should be similar.
    You mention WSUS talks to IIS on port 8350 (when it's working).  Have you checked what's listening on port 8350 once CF is installed?  I'm unaware of CF listening to any port in the 8xxx range other than the one you tell it to for the inbuilt webserver (which will be installed and listening even if you configured your CF install to use IIS).  However it usually listens on 8500.
    I'd also do a search through the CF / JRun dir for references to 8350.
    Secondly... I believe (but this is said with only about 50% confidence) one can export an IIS config to a text file these days?  Export the config before and after CF interferes with things, and do a diff.  What's different?
    That said, I presume they're both not working from the same website, so I think it's probably more likely to be at a network level than at application level.
    And when you have CF installed, the CF side of things runs fine (other than lack of ODBC drivers)?  Either way, scour the logs for both systems at start-up, to see if there's anything interesting.  You don't mention having looked at log files.
    As for ODBC drivers... forget it.  Port your data to a Derby DB (it should be able to do anything Access can do, I should think?), or MySQL or something and be done with it.
    Adam

  • Having trouble installing Coldfusion Builder?

    I am running Windows 7 and have already installed Coldfusion 9.  When I go to install Coldfusion Builder I get an error even before the installer loads up.  The error I am getting is as follow:
    C:\Users\Owener\Downloads\Coldfusion..exe
    The NTVDM CPU has encountered an illegal instruction.
    CS:0e1d IP:o1f3 OP:63 65 42 65 67
    Choose 'Close' to terminate the application.
    Does anyone have any idea how to solve this problem?

    There shouldn't be a problem running on Windows 7: it installed OK on my Win7 machine.
    I just noticed this thread is in the CF forums, not the CFB forum. They are two separate and only notionally related products.  I recommend re-posting your question here: http://forums.adobe.com/community/labs/coldfusionbuilder.  One benefit is that that forums is monitored by Adobe people, whereas the CF forums are not.
    Adam

  • Trouble installing Coldfusion 9 Builder

    I already installed Coldfusion 9 and was attempting to install Coldfusion9 Builder when I encountered this error message: 'NTVDM CPU has encountered an illegal instruction.'  Does anyone have any ideas how to solve this problem?

    There shouldn't be a problem running on Windows 7: it installed OK on my Win7 machine.
    I just noticed this thread is in the CF forums, not the CFB forum. They are two separate and only notionally related products.  I recommend re-posting your question here: http://forums.adobe.com/community/labs/coldfusionbuilder.  One benefit is that that forums is monitored by Adobe people, whereas the CF forums are not.
    Adam

Maybe you are looking for