[coldbox:4175] Individual Root-Folder

hi,

i can't get my sample-app running on coldbox 3 m5, when placing it
in a different root folder ... :

webroot example
/webdata/domain.com/htdocs

approot example
/webdata/domain.com/htdocs/db-app

i tried all kind of settings in Application.cfc with relative & absolute paths
and coldfusion-mappings.

last setting says "can't find modules.forgebox.ModuleConfig".
or Error Messages: invalid component definition, can't find handlers.Main

my settings:
<cfset COLDBOX_APP_ROOT_PATH = '/webdata/domain.com/htdocs/db-app/'>
<cfset COLDBOX_CONFIG_FILE = "/db-app/config/Coldbox.cfc"> (with a cf-mapping on /db-app)

i also tried the other way around without success:
webroot example
/webdata/domain.com/htdocs

approot example
/webdata/domain.com/db-app

running the app in "normal" folder-structure works correct and painless.

regards,
daniel

sorry for posting this twice.
my mail yesterday got into to the wrong thread.

lists@platform.ch

hi,

when using COLDBOX_CONFIG_FILE coldbox 3 M5 tries to concat COLDBOX_CONFIG_FILE with COLDBOX_CONFIG_FILE:

"invalid component definition, can't find db-app./webdata/domain.com/htdocs/config.Coldbox"

regards, daniel
lists@platform.ch