Need help preparing for daylight saving

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Need help preparing for daylight saving

    From all the research so far, it seems like we'll have to have SDK 1.4.2_11 and
    MX 6.1 updater 1 to ensure that the application is ok when daylight saving
    kicks in this Sunday. Is that correct?

    I read [url]http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=d2ab4470[/url] and
    used the provided dstDates.cfm to test whether our environments are ok. My
    questions are:
    - If the output of that file shows ok, can we assume that we're okay without
    further action?
    - We're on MX 6.1 shows version 6,1,0,hf53852_61 and Java version is 1.4.2_05.
    We tested 4 environments so far with the dstDates.cfm and 3 out of 4 showed
    that it's ok. We're confused because (1) Our CF and JVM versions are not what
    recommended for daylight saving fix; (2) all environments are at the same
    version, yet 1 failed showing daylight saving

    Please advice.

    shfsjgfjdgkjj Guest

  2. Similar Questions and Discussions

    1. Preparing site for Contribute
      The Dreamweaver Help file says to Select Site>Manage SItes>Site Definition>Advance Tab, but that path takes me to a "Configure Server" dialog box,...
    2. Preparing for ASP 3.0
      Hello All, Newbie here - looking to set up an ASP 3.0 environment (my employer's preference) on my own box (localhost). Just looking for a link...
    3. preparing models for 3d shockwave
      Hi there all, Before I ask my question, I would like to explain what I doing. What I am doing is creating a portfolio which includes an ensembele...
    4. #13984 [Com]: date(I) does not correctly identify daylight saving time
      ID: 13984 Comment by: patt_jam at hotmail dot com Reported By: bmplummer1 at home dot com Status: Bogus Bug...
    5. #25981 [Opn->Bgs]: strtotime() returns incorrect date (near daylight saving time change)
      ID: 25981 Updated by: sniper@php.net Reported By: hazen at edsbits dot com -Status: Open +Status: ...
  3. #2

    Default Re: Need help preparing for daylight saving

    The bottom line is you need to be on a minimum of CFMX 6.1 Updater and the
    1.4.2_11 JDK to apply the solution described in the TechNote
    [url]http://www.adobe.com/go/d2ab4470[/url]
    The dstDates.cfm should display "Yes" under March 11 (New DST Start)

    LL@Work Guest

  4. #3

    Default Re: Need help preparing for daylight saving

    I don't know what you mean by, "...showed that it's ok."

    The results show a list of dates and whether DST is enabled for those
    dates.

    Three dates need to show DST ON ( 3/11, 4/1, and 10/28 ), while the
    other dates ( 3/8, 11/4 ) should show OFF.

    Unless you have installed Adobe's hot fix, which is a bypass for the
    old rules defined in JRE 1.4.2_05, then you will need to apply the JRE
    1.4.2_11.

    I've posted what I've done successfully in another group, but I'll
    paste here for your convenience:
    1. First, I installed 1.4.2_11 in new directory, so I have a
    \jrun4\jre
    \ and \jrun\jre.1.4.2_11\ folders.
    2. Next I made backups of \bin\jvm.config and \bin\wsconfig_jvm.config
    3. Then updated the java.home variable in each of the above config
    files to use the new JRE folder
    4. Next, I copied:
    \JRun4\jre\bin\server\*.* to \JRun4\jre.1.4.2_11\bin\server
    and
    \JRun4\jre\lib\charsets.jar to \JRun4\jre.1.4.2_11\lib
    5. Stop and Start the CFusion service and it should come online.


    LinuxInductee Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139