Thursday, May 24, 2012    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Jul 2011 >>
S M T W T F S
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

Search

Categories
 • Acrobat (5) [RSS]
 • Adobe (117) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (66) [RSS]
 • AdobeMAX09 (39) [RSS]
 • AdobeMAX10 (34) [RSS]
 • AdobeMAX11 (28) [RSS]
 • AdobeMAX13 (1) [RSS]
 • AIR (299) [RSS]
 • Appearances (217) [RSS]
 • Books (86) [RSS]
 • CFEclipse (15) [RSS]
 • Cloud (1) [RSS]
 • ColdFusion (1483) [RSS]
 • ColdFusion Builder (23) [RSS]
 • Data Services (43) [RSS]
 • Fish Tank (5) [RSS]
 • Flash (368) [RSS]
 • Flex (565) [RSS]
 • Home Automation (5) [RSS]
 • HTML5 (36) [RSS]
 • JavaScript (3) [RSS]
 • Jobs (133) [RSS]
 • jQuery (15) [RSS]
 • JRun (14) [RSS]
 • Labs (63) [RSS]
 • LiveCycle (37) [RSS]
 • MAX (285) [RSS]
 • Mobile (257) [RSS]
 • PhoneGap (17) [RSS]
 • Regular Expressions (19) [RSS]
 • RIA (21) [RSS]
 • SQL (45) [RSS]
 • Stuff (554) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (167) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • Mark Doherty
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
July 28, 2011

ColdFusion Silent Installation

A user emailed me to ask about installing ColdFusion when no desktop access is available (Telnet access, for example). I sent him this link describing Performing a silent installation of ColdFusion 9, and am posting it here just so I have it the next time I need it.

Comments
But only having console access isn't the same thing as requiring an unattended install. In the former case, you just run the normal installer and it works from the console if no GUI is available.
# Posted By Tom Chiverton | 7/29/11 10:10 AM
Is there a way to do this on the Enterprise version? Meaning, assign a website to a JRun instance without restarting the web server.
# Posted By Jose | 7/29/11 4:50 PM
I've spent about a day trying to figure out how to do FULL unattended installation with aim to re-install all our development environments with a script.

Unfortunately this is only a partial solution - you still need to access ColdFusion administrator to finalise configuration with a browser and manual work. I could potentially create script that behaves like a browser but I think that would take too much time.
# Posted By Tero Pikala | 11/7/11 10:40 AM
After one more day of tinkering I think I've managed to get this working as I wanted to.

Here's what I did:

1. Install without admin password using silent mode installation

2. modify neo-security.xml to disable password checking completely (with sed)

3. start CF and install Apache JRun connector (need to give time for these to complete, I gave 45 and 15 seconds)

4. request http://127.0.0.1/CFIDE/administrator/index.cfm?configserver=true" target="_blank">http://127.0.0.1/CFIDE/administrator/index.cfm?con... and wait 10 seconds

5. request http://127.0.0.1/CFIDE/administrator/index.cfm and wait 5 seconds

6. request http://127.0.0.1/CFIDE/administrator/index.cfm and installation is done


Hope this helps others trying to do the same!
# Posted By Tero Pikala | 11/8/11 11:07 AM

  © Copyright 1997-2009 Ben Forta, All Rights Reserved