Logical mapping seems not working

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

  1. #1

    Default Logical mapping seems not working

    Logical mapping in CF server admin seem not working.. I just created a logical
    mapping \images with a valid path in the server c:\images.

    But if I try to access [url]http://localhost:8500/images/test.gif[/url].. I get http 404
    Not found error.

    Does the coldfusion server need a restart after making a logical mapping?


    Amja Guest

  2. Similar Questions and Discussions

    1. Mapping logical path valid name
      We have existing mappings with "." in logical path name such as www.test.com However, when we try to create a new mapping with "." in them we get...
    2. logical value for click
      Hello, I am working for a layout where the left side of the page is vertically arranged links. The logic is when user clicks on a link, the right...
    3. Restore certain Logical Logs
      Hi guys, restoring a Level-0-archive using ontape -r and after that restoring logical logs using ontape -l works without any problem. Now, I...
    4. Can I still create more logical partitions?
      > I'd like to destroy /dev/hda3 and use that space to add several logical with parted you can resize an extended partition! so delete partition3...
    5. restore logical log
      How to restore logical log if a parameter LTAPEDEV there was /dev/null on a moment of shaping of a log
  3. #2

    Default Re: Logical mapping seems not working

    In the Coldfusion Administrator, put
    logical path = /images
    directory path = C:\CFusionMX7\wwwroot\images

    Then, this should show the picture

    <img src="/images/test.gif">

    as would

    <img src="http://127.0.0.1:8500/images/test.gif" >



    BKBK 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