Skip to main content
Inspiring
March 30, 2009
Answered

ColdFusion Archives option is missing

  • March 30, 2009
  • 14 replies
  • 2921 views
Hi,

I have a CF7 Standard installed on Windows 2003 Server with IIS 5.1. I noticed that under Packaging and Deployment menu in Coldfusion Administrator, the only option listed is J2EE archives. ColdFusion Archives option is missing.

Any idea as why ColdFusion Archives is missing from Coldfusion Administrator.
Thanks,

Joe
    This topic has been closed for replies.
    Correct answer GreenGoneMad
    I found that by editing license.properties file, you can revert it to developer edition to be able to take backup of server settings.

    14 replies

    Charlie Arehart
    Community Expert
    Community Expert
    March 30, 2009
    Oh, I see that you marked your own answer (before I made my comment above). Well, I guess you could argue it's "the" answer, but really, Ian's was the answer to your question (why you couldn't, and how to resolve it.) The editing of the license.properties file was secondary even to the clarification that you change the version using the server settings page. But it's your thread and your right to pick the answer. :-) Just clarifying that some really do pay attention to the marked answer, so it seems worth being clear. No reply expected.
    /Charlie (troubleshooter, carehart. org)
    Charlie Arehart
    Community Expert
    Community Expert
    March 30, 2009

    If you've not done it, could you mark Ian's reply to you as the answer for this thread? If you want to mark my first reply as another answer, to your second question, feel free (I can't recall if you can mark more than one message as the answer.) 

    Glad to see you got your issues resolved.

    /Charlie (troubleshooter, carehart. org)
    Charlie Arehart
    Community Expert
    Community Expert
    March 30, 2009

    Joe, are you asking for clarification of Ian's suggestion, about removing the license key? 

    You do that by editing the [cf]\lib\license.properties file, where you'd remove the sn value (leave just sn=), then save and restart CF. of course, you want to copy it and put it back to revert back to that previous license  when finished. (More in a moment.)

    By removing the key this way,you revert CF to the Developer edition, which is the same functionality as Enterprise, but limited to localhost plus the first couple of IP addresses to hit the server (requests from other IPs beyond that are then are rejected until CF is restarted). 

    The only way to switch from Standard to Full Enterprise is to enter an Enterprise license key, of course. His point, though, was that for the sake of what you're doing, you could avoid that by just using the developer edition to create and then restore the archive.

    As for adding the key back, you can do it either by putting it back in the license.properties file, or by using the "system information" page (click the "i" icon in the top right of the CF admin). Adding a license key there takes effect immediately, whereas again if you edit the license.properties file, you need to restart CF for it to take effect.

    /Charlie (troubleshooter, carehart. org)
    GreenGoneMadAuthorCorrect answer
    Inspiring
    March 30, 2009
    I found that by editing license.properties file, you can revert it to developer edition to be able to take backup of server settings.
    Inspiring
    March 30, 2009
    GreenGoneMad wrote:
    > Hi,
    >
    > I have a CF7 Standard

    ColdFusion Archives is a CF Enterprise feature.

    The good news is that you can temporarily get Enterprise features by
    removing the license reverting the installation to a Developer version
    which is equal to Enterprise. You can then create an archive.

    Then install CF8 but do not put a license in at first. Import the
    archive, then add the license afterwards.
    Inspiring
    March 30, 2009
    How do I switch from Standard to Enterprise or Developer version?