How to Uninstall or Disable ColdFusion 9?

In May 2012 we moved ColdFusion 9 from a CentOS 5.5 linux server to a Windows 2008 server.  After some research it seemed like we could use the same serial number on the new server and there was a grace period to deactivate CF on the old server.    The move went very smoothly.
On the old server we had 4 or 5 websites using CF and after this move, I disabled or deleted those sites since we weren't using CF on the CentOS server anymore.
Recently I realized that ColdFusion is still installed on the old CentOS server and probably still running even though we're not using it.  To avoid licensing issues I want to uninstall, remove, or disable CF on the old server.
I'm a complete Linux noob and my server admins know nothing about ColdFusion, so I'm here for help.  My skills include logging into root, running 'top' and tailing a log file.  That's about it but I know how to google for help.
I found this thread:
http://forums.adobe.com/message/2867889
And now I'm paranoid about uninstalling CF9.  I don't have an easy way to restore the whole server if we have a major issue.   So I'm looking for the next-best-thing... how to disable CF9 in Linux so it never runs?  Or how to uninstall it safely?
Thanks in advance for any help I can get,
Scott

Okay, this has been resolved (I think).  One my programmer buddies did the following:
To stop CF9 :
/opt/coldfusion9/bin/coldfusion stop
Then to disable CF9 from startup:
chkconfig –level 345 coldfusion_9 off
So I think this issue has been resolved.   
Scott

Similar Messages

  • The latest Firefox update, installed this morning 6/21/2011, disabled McAfee. After installation, a window appeared stating that McAfee was not compatible and couldn't be enabled. This is NOT ACCEPTABLE! Please let me know how to uninstall this update.

    The latest Firefox update, installed this morning 6/21/2011, disabled McAfee. After installation, a window appeared stating that McAfee was not compatible and couldn't be enabled. This is NOT ACCEPTABLE! Please let me know how to uninstall this update.

    Upgrade your browser to Firefox 8 and check
    * getfirefox.com

  • How to uninstall on Mac for customUpdateUI and disable Updater.update()?

    Hi there,
    I am getting a strange behavior on the Mac and see if anyone
    has similar issue.
    First, I deployed a
    "version 1" application and installed on the machine with
    customeUpdateUI=true, when the app install, it will attempt
    to update using
    Updater.update() in the following manner,
    quote:
    private function runUpdate(updatePath:String):Boolean {
    if (!updatePath)
    return false;
    var file:File = new File(updatePath);
    if (!file || !file.exists)
    return false;
    var updater:Updater = new Updater();
    updater.update(file, "version 2");
    return true;
    Then I repeat the step above for
    "version 2" and everything is working great. The update is
    working fine on Windows and on Mac. (This code is for demo only, I
    didn't hardcode the version # in the app. ;)
    The problem I have is re-install.
    On Windows, if you uninstall "version 1", then install
    "version 2", works great
    On a
    Mac, if you uninstall "version 1", then install "version 2"
    fails, error message for "version mismatch".
    It seems there is still something left behind on the Mac when
    uninstall the app, such that when I launch "version 2" install, it
    is still attempting to run update from the local installed app,
    rather than the update from the new installed .air file.
    Anyone have similar issue? How to uninstall an AIR app on the
    Mac? Do I just trash the App directory, or do I need to perform
    additional clean up?
    Besides trashing the app directory, I also tried to delete
    anything suggest to me is Adobe AIR related info, including,
    /User/Library/App Support/Adobe
    /User/Library/Preferences
    /Library/App Support/Adobe
    Please don't hesitate to let me know if anything I can
    provide to identify this issue.
    Thanks in advance.
    OS: Mac OS X and Tiger

    Thanks for the prompt reply.
    The case is on the Mac, suppose my app is call myApp.air
    1. Run myApp.air, install version 1, works great
    2. Make a new myApp.air, name it version 2.
    3. Run myApp.air, upgrade version 1 to version 2, works
    great.
    4. Uninstall version 2 by delete the installation folder. For
    example, if I install on /Users/MyApp, delete the folder and empty
    trash.
    5. Install version 2 myApp.jar, error message complains
    version mismatch.
    On windows, I can uninstall from Control Panel. On the Mac, I
    don't know how I should remove an AIR app, and so I just went ahead
    and delete the app install folder.
    Thanks in advance! Really appreciate your assistance.

  • How to uninstall a dictionary in Pages 09?

    How can I uninstall a dictionary in the Languages Listing under "More"?

    Yes, I added a Greek dictionary from CocoAspell myself when my operating system was running Snow Leopard. Now I want to remove this dictionary from PAGES and I cannot find it in Home/Library/Spelling or Library/Spelling.
    Their FAQ on how to unistall a dictionary is the following:
    "How to uninstall/disable cocoAspell?
    Answer:          You can quickly disable cocoAspell following these steps: 1. open Spelling Preference Pane and disable all dictionaries. 2. Remove /Library/PreferencePanes/Spelling.prefPane and ~/Library/Services/cocoAspell.service."
    By mistake I skipped step one, and apparently I created a problem.

  • How to uninstall Java (JRE MSI) while keeping Internet Explorer open?

    I have a situation where I need to have the ability to uninstall Java (currently JRE 1.7 Update 75, but could really be any version in the future).  We are using the JRE MSI.  I know how to uninstall it silently just fine, but the gotcha problem comes in that we have thousands of computers and some of them may have IE running during the uninstall.
    Now normally I would just use taskkill.exe to terminate IE ahead of time then run Java uninstall.  However, we are being told for the uninstall, this isn't an option even if we notify the customers about IE closing.  So I'm looking for a command line way to uninstall Java, but allow it to be successfully uninstalled if IE is running (If a reboot is required after the fact, that is fine).
    I have tried several things without success already:
    MSIRESTARTMANAGERCONTROL=Enable (And Disable)
    IEOPEN=1
    IERESTART=1
    In every case, I keep getting a Java Window that reads the below:
    If I choose Later, then it will continue upon the next restart of the computer, which would be fine, except there doesn't seem to be a way to choose this option using the command line or a property??
    I would be even be happy to trick Java into thinking it isn't being used currently even if the browser is open, but I can't seem to figure out how Java knows it is being used or not currently used.
    (FYI, if you install Java while IE is running that is fine, and if you don't close IE after the fact then run the uninstall command right after, it uninstalls fine even though IE is running.  I believe that is the case because the plug-in didn't fully get activated in IE until a close and reopen).
    Any ideas on how this can be accomplished?  Thanks.

    I have a situation where I need to have the ability to uninstall Java (currently JRE 1.7 Update 75, but could really be any version in the future).  We are using the JRE MSI.  I know how to uninstall it silently just fine, but the gotcha problem comes in that we have thousands of computers and some of them may have IE running during the uninstall.
    Now normally I would just use taskkill.exe to terminate IE ahead of time then run Java uninstall.  However, we are being told for the uninstall, this isn't an option even if we notify the customers about IE closing.  So I'm looking for a command line way to uninstall Java, but allow it to be successfully uninstalled if IE is running (If a reboot is required after the fact, that is fine).
    I have tried several things without success already:
    MSIRESTARTMANAGERCONTROL=Enable (And Disable)
    IEOPEN=1
    IERESTART=1
    In every case, I keep getting a Java Window that reads the below:
    If I choose Later, then it will continue upon the next restart of the computer, which would be fine, except there doesn't seem to be a way to choose this option using the command line or a property??
    I would be even be happy to trick Java into thinking it isn't being used currently even if the browser is open, but I can't seem to figure out how Java knows it is being used or not currently used.
    (FYI, if you install Java while IE is running that is fine, and if you don't close IE after the fact then run the uninstall command right after, it uninstalls fine even though IE is running.  I believe that is the case because the plug-in didn't fully get activated in IE until a close and reopen).
    Any ideas on how this can be accomplished?  Thanks.

  • May I know how to uninstall Zenmate, please?

    May I know how to uninstall Zen Mate in Mac Book Pro, please?

    ZenMate the Gppgle Chrome plugin?
    From Googles help pages;
    You can also completely disable specific plug-ins. Unlike blocked plug-ins, you won’t be able to allow the plug-in to run on a given page. When you visit a page with a disabled plug-in, you’ll see the message “Missing plug-in” appear in its place.
    To disable plug-ins, visit the Plug-ins page at chrome://plugins/. Find the plug-in you’d like to disable and click Disable. You can also re-enable disabled plug-ins on this page.
    You can also reach the Plug-ins page by clicking Disable individual plug-ins in the "Plug-ins" section of the Content Settings dialog.

  • How to uninstall URM component

    Hi All,
    Please let me know how to uninstall URM from ECM suite.
    Thanks,
    Mani

    First of all, if you mention "ECM Suite", what version do you mean? (This SKU's name is not used for more than 1 year, so you could be speaking about both 10g and 11g)
    Secondly, as for "URM component", do you mean a separate Managed Server (in 11g)/Content Server instance (10g), or do you mean RM components?
    RM components are the easiest: you can use Component Manager ( http://docs.oracle.com/cd/E23943_01/doc.1111/e10792/c06_components.htm#CHDHCGFB ) or Component Wizard ( http://docs.oracle.com/cd/E23943_01/doc.1111/e10792/c06_components.htm#i1022078 ) to both disable and uninstall whatever components you want to.
    As for 10g, the installation manual http://docs.oracle.com/cd/E10316_01/urm/urm_doc_10/documentation/integrator/install_urm_10en.pdf contains a chapter about uninstalling.
    As for 11g, the installation manual also contains a chapter about de-installatiion http://docs.oracle.com/cd/E23943_01/doc.1111/e14495/deinstall.htm#CBHDBHJI , but it does not seem to mention specifically Oracle WebCenter Content: Records, so I'm not sure if it allows to choose to uninstall this application only, or it uninstalls everything. At worst, you should be always able to use Weblogic admin tools to do that. Speak to your Weblogic admin, or follow this tutorial: http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/wls/10g/r3/appdeploy/deploy/deploy_apps/deploy_apps.htm

  • How to uninstall the app

    How to uninstall the build which have functionality of uninstall protection. In options application delete button is disable on that application.

    And the name of the app?
    You could be more helpful by providing more information, hard help in a guessing game.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to Uninstall Oracle 10G release 1

    I'm a newbie in Oracle DB.
    I've been assigned to a new task to assist DBA teams to migration SQL server to Oracle server. I got a new PC which pre-installed 2 Oracles version (9i & 10G), the 9i is OK but the 10G DID NOT work properly and I'd liked to replace 10G release 1 with 10G release 2 (for testing purpose).
    I did followed the instruction how to remove the 10G release 1 using the OUI, but the process ran forever ... ( see screenshot --> http://img137.imageshack.us/img137/5555/oui10g1qb8.jpg )
    I'm also know that I can delete Oracle thru Regedit, but in some Reg. keys do not show the Oracle version (I want to keep the Oracle 9i).
    Could someone please enlight me how to uninstall Oracle 10G ?
    PC's info:
    OS : Windows XP Prof.
    1GB RAM
    50GB free space
    All the Oracle services have been disable before Uninstall.
    Thanks Advance.
    DTH.

    Thanks Marcio ...
    I'm current process the step by step to remove 10G release 1, if I've problem then I'll let you know
    Thanks again.
    DTH.

  • How to uninstall every java from my mac.

    How to uninstall every java versions installed in my mac os x 10.7.5.Can anyone please help me how to uninstall it.

    http://blog.endurancetrails.com/2012/04/disabling-java-on-mac-os-lion.html

  • How to uninstall iTunes in mac and then install again

    how to uninstall iTunes in mac and then install again

    You should be able to simply visit: http://www.apple.com/itunes/download/ to download iTunes, and run the installer to overwrite your previous version...
    Lamborghini98 wrote:
    I want this because i can't restore my iphone 4 with my mac
    I don't think this will fix your problem with restoring your iPhone 4 though. That is likely a seperate issue.
    but i can do it with any windows?
    Yes, you can theoretically restore your iPhone with any computer running the most current version of iTunes (10.6.3) unless there is some other issue.
    I get error code(21)
    According to this support article: http://support.apple.com/kb/TS3694#error21:
    "These errors typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service."
    Do you run any anti-virus or third-party firewalls on your computer? Try disabling them and trying the restore process again. It may be possible that one of these security applications is interfering with the iPhone's ability to authenticate with Apple's servers.

  • How to uninstall sneak preview WAS 640 server

    How to uninstall WAS 640 sneak preview.
    I have uninstalled NWDS from control panel but it doesn't remove the server.So how to uninstall the server.
    Thanks
    Ananda

    Hi Anada,
    If you check the File system,you will find uninstall.exe,run this.
    Else,just stop all services and then disable them, in the services.ini file and then delete the file system.
    Also,delet the nodes from the windows registery,whever you see sap/oracle etc..
    Rgs
    vikas

  • How to uninstall IE11 when it does not show in control panel Add/remove so that I can put back IE10

    I finally got HP smart web printing software to work, now I need to know how to uninstall IE11, it does not show in Add/remove programs in control panel, I want to install IE 10 instead as IE 11 keeps shutting down.
    Using HP Pavilion Elite desktop , windows 7 home, product # AY603AA.
    Thanks in advance.
    This question was solved.
    View Solution.

    Emma, welcome to the forum.
    You can go into Control Panel / Programs and Features / Turn Windows features on or off (In the left column).  Uncheck Internet Explorer 11 and click OK.  This will uninstall it.  You can uninstall of install all of Windows features from there.
    Please click the "Thumbs Up+ button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • How to uninstall HP Games/WildTangent

    Hi there,
    Can someone please tell me how to uninstall HP Games published by WildTangent? Every time I try to do this through Control Panel > Add/Remove Programs I receive an error directing me to contact WildTangent support which always leads nowhere.
    Please help as I don't want these games on my machine (Pavilion DM4)
    Thanks

    Go to Start, type 'msconfig': Disable HP Games, WildTanget Inc from Services and Startup.
    Now reboot. Go to Control Panel>Programs and Features>
    Uninstall HP Games/WildTangent.
    Go to CCleaner: Scan for registry issues. Fix them. Restart.
    Now HP Games have successfully been uninstalled. Enjoy additional 1.5 GB free space on your Local disk.
    | Please hit Kudos, if I help you! |
    | |
    | VA |
    |___________________________|

  • It appears windows hacker has locked my hard drive as readonly how can this be disabled?

    It appears windows hacker has locked my hard drive as readonly how can this be disabled?

    Sorry about the delay; I have called Apple Care sr advisors and spent 3 over 200 hrs explaining the problems to which they always recommend I exchange the Mac with a new one. This is my 5th Mac mini in less than 2 months. Many of the problems are not directly related to windows issues however (in my uneducated opinion should not be happening)Here are the unexplained issues:
    1. The sr advisors have been remotely connected to the machine and each one said I was setup on a server;
    2. My uid has been replaced with a windows uid (s-18-0-0-1 or sim);
    3. All the root certificates seem to be either fraudulent or modified to allow access to root account from remote locations;
    4. Apache server is active;
    5. WebDAV is configured as well as SQL services;
    6. Every newly exchanged Mac mini has iLife uninstalled prior to any updates being installed;
    7. Mac updates have warning messages indicating they are not signed properly, "contact software manufacture for more information", apple has no answer to this;
    8. Although I have never claimed (nor do I ever want to be computer program literate), I have been plagued by the same issues on Windows PC, Linux and now OS X. My main purpose for needing a secure computer is to write a resume and find employment. In 3 years I have been unable to do either. My data is always Either locked after as read only or is accessible on a URL only.
    9. I know this one will only classify me as an insane maniac but It appears as though I am connected to the Internet via an ipv6 udp connection even though my ISP doesn't support ip6 and all GUIs indicate all connections are inactive. This is typical no matter geographical location ie:Denver, San Deigo, Seattle, Boise et al)

Maybe you are looking for

  • Sales Order restricting for MRP

    Hi, Is there any setting for restricting the Sales Orders for MRP as delivery date as the criteria? Example: Only Sales Orders with delivery dates not beyond Jan 31st are only to be considered for planning. Regards Ramakanth

  • Z61p with XP Professional - UJ-850 CD Recording Problem

    A little while back I started getting an "Unknown Error" when burning CDs.  It would not complete the burning process in either Roxio or the Windows software.  I have not made any chnages to the machine or software for a while I guessed that the issu

  • [Bug] Spotify plays wrong track at startup.

    Hey guys, I'm not quite sure if this is a bug, but this is what I found out:I usually just hit shutdown and do not close spotify via the red x button, I assume most of us do. But when I start my computer again, and spotify opens with Windows, the cur

  • Yoga 8 442_001_020 English install help

    I found the 020 update for the Yoga 8 on the Russian forum but even with attempting translation and lots of head scratching I can't figure out where to actually click the download button.  The install instructions are a little involved as well and I'

  • How do I permanently delete a guest account?

    For some reason the minus sign is greyed out to delete account.