I'm using OpenBD with Jetty on Ubuntu Server. Thank you for your work and 
releases.

I'm having an issue getting mappings to work. I have prefixed my absolute 
path with a `$` like so in `Application.cfc`, in the `onApplicationStart` 
method:

This.mappings["/files"] = "$/mnt/webd/WebFiles";

However, using `ExpandPath("/files")`, I receive the following:

/usr/share/jetty/webapps/openbd/mnt/webd/WebFiles

Instead of:

/mnt/webd/WebFiles


   1. Am I doing something wrong?
   2. I've also tried using `MappingAdd()`. Typically setter methods are 
   best-practice. Is this method the recommended way to set mappings?

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to