Does CFOBJECT work on Linux with MX7?

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Does CFOBJECT work on Linux with MX7?

    With MX7 on a Linux server running apache, will <cfobject> work upon
    installation or does the fix detailed in the following link still need to be
    implemented?


    [url]http://www.macromedia.com/devnet/server_archive/articles/cf_cfobject_and_java_on[/url]
    _linux.html

    MillerBoard315 Guest

  2. Similar Questions and Discussions

    1. Linux FlashPlayer 9 No Work with FoxNews.com
      Please report Linux FP9 beta bugs using the BETA bug report form on labs.adobe.com: http://www.adobe.com/bin/fp9betafeedback.cgi Bentley Wolfe...
    2. -platformWarnOnly doesnt work, even on linux?
      I am trying to instal 2.01 on my RH Linux server, and when i use platformWarnOnly it still gives me this error: # ./installFMS -platformWarnOnly...
    3. Getting Linux to work
      Hello, I've been trying Ubuntu 5.04 (Gnome) for a few weeks now and i get somewhat dissapointed in Linux altogether. I can browse with Firefox,...
    4. Using CfObject
      Tom CF Apr 6, 1:52 am show options From: "Tom CF" <kohlivis...@gmail.com> - Find messages by this author Date: Wed, 06 Apr 2005 08:52:56...
    5. Linux 7 Xwindows not work with NEC LCD1530V
      I install Linux 7 on my P3. After boot in the Xwindow doesn't recognize my NEC Multisync LCD1530V and refuse to start up Xwindow..How can I...
  3. #2

    Default Re: Does CFOBJECT work on Linux with MX7?

    Also, does usage of CFOBJECT spawn a separate process?
    MillerBoard315 Guest

  4. #3

    Default Re: Does CFOBJECT work on Linux with MX7?

    The technote you reference is for CF 4.5 and was written years ago. That was
    pre-MX ColdFusion.

    Yes, CFOBJECT works properly on CFMX 6/7, on supported distributions of Linux
    as per the System Requirements.

    CFObject instantiation of a Java class does not create a new web/jrpp thread,
    and it runs in the JVM process.

    serat 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