On Wed, Dec 2, 2009 at 10:45 PM, Gordon Luk <[email protected]> wrote:
> 5.) create a index.cfm file on /home/gordon/ > <cfoutput>#now()#</cfoutput> > 6.) browse to http://127.0.0.1:8080/g/index.cfm > Ah, this is a common point of confusion on mappings--mappings are not the same thing as aliases ("virtual directories") at the web server/servlet container level, so that won't work. Problem is the request hits the servlet container first and it doesn't have any idea what "/g" is. In my test I did a cfdirectory on my mapping. That works because OpenBD is aware of the mapping. But browsing to it won't work unless you add an alias at the Jetty level. So it's clear, Adobe CF behaves the same way. -- Matthew Woodward [email protected] http://mpwoodward.posterous.com identi.ca/Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
