Ask a Question related to Coldfusion Server Administration, Design and Development.
-
Amja #1
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
-
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... -
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... -
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... -
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... -
restore logical log
How to restore logical log if a parameter LTAPEDEV there was /dev/null on a moment of shaping of a log -
BKBK #2
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



Reply With Quote

