[any_cfm_file.cfm/my_variable_name=variable_value] -Doesn't seem to work in MX 7

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

  1. #1

    Default [any_cfm_file.cfm/my_variable_name=variable_value] -Doesn't seem to work in MX 7

    Hello,

    We have recently upgraded to Cold Fusion MX 7, and have problems on many of
    our media serving applications that used the format:

    [url]http://...../file.cfm/[/url][unique_id]/[format]/[desired_filename].ext

    This is because we want to serve the files using cfcontent (they cannot exist
    on the hard drive for security reasons), and instead of the users being
    prompted to save "file.cfm" we want a more meaningful extension to be displayed
    ([desired_filename].ext).

    This has worked well since CF 4.5 and doesn't work anymore. Have checked
    server extensions in IIS 5.0.. here are some results:

    Disable script access for .cfm files >> 501 Access denied
    Enable "Check file exists" flag >> 404 File not found
    Reset default settings [script access on, check for file off] >> No error,
    connection closed. Presumably due to an internal error in CF / jRun?

    We are using IIS 5.0 on a windows 2000 platform, with Cold Fusion Enterprise
    7.0 on a uniprocessor server.

    Any help is greatly appreciated. Macromedia: We cannot possibly make your
    product a feasible solution in our production environment until this problem is
    fixed so please help.

    Cheers
    Joel

    whyMX Guest

  2. Similar Questions and Discussions

    1. why does this not work?
      This CFFILE was supposed to not overwrite an exsisting image with the same name but rather generate an error. but it did overwrite the image. for...
    2. How does it work?
      How does contribute work? The product explanation and tutorial was incomplete. Does the developer and the client both need to purchase the...
    3. Links don't work in Shockwave movie but work in p
      Hi, everyone: I encountered a strange problem. I downloaded a sample movie from Macromedia site and noticed that the same problem occurs what I had...
    4. New Work
      New work www.implantes.odo.b Last works www.sesconlda.org.b www.paulodocarmo.com.b www.ateneucpv.com.b
    5. ASP won't work at all
      Even attempting to load the simplest ASP page on an intranet I get the "Server Application Error - The server has encountered an error while...
  3. #2

    Default Re: [any_cfm_file.cfm/my_variable_name=variable_value] -Doesn't seem to work in MX 7

    Did you uncomment out the lines in the web.xml according to the install docs?

    Abinidi Guest

  4. #3

    Default Re: [any_cfm_file.cfm/my_variable_name=variable_value] - Doesn't seem to work in MX 7

    If you are trying to use the "path-info" functionality, it should work
    assuming you have the correct ".cfm/*" mapping in the web.xml. The
    standalone CFMX 7 server should have this turned on by default. Any J2EE
    configuration does not.
    > Macromedia: We cannot possibly make your
    > product a feasible solution in our production environment until this
    problem is
    > fixed so please help.
    Technical support is the right place for critical problems like this. These
    forums are NOT official Macromedia technical support, although we try to
    help out where we can.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

  5. #4

    Default Re: [any_cfm_file.cfm/my_variable_name=variable_value] -Doesn't seem to work in MX 7

    Hello,

    All apologies for my macromedia comment..

    Thankyou, that did it. It was the j2EE configuration.. will remember that

    Cheers
    whyMX 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