I'm trying to uninstall CF11 on my mac but the uninstaller doesn't work.
I ran the uninstall.app under /Application/Coldfusion11/uninstall, it tries to open but closes immediately. So I opened up terminal and ran:
sudo /Applications/ColdFusion11/uninstall/uninstall.app/Contents/MacOS/uninstall
This is the output:
unzip: cannot find or open /Applications/ColdFusion11/jre, /Applications/ColdFusion11/jre.zip or /Applications/ColdFusion11/jre.ZIP.
chmod: /tmp/IA1454124394/jre/bin/: No such file or directory
chmod: /tmp/IA1454124394/jre/lib/: No such file or directory
sh: /tmp/IA1454124394/jre/bin/java: No such file or directory
it tries to unzip but the first one is a folder and the other 2 are non existent files.
I know I can just drag the Coldfusion11 folder to trash but it gives me an uneasy feeling that this is not the only files/folders it added.
I want to manually uninstall it but I don't know what other files it added/modified in my apache settings. mod_jk.conf and the entry of this file in httpd.conf comes to mind but what else?
Josh