Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Run COldBox app #8

Open
Tropicalista opened this issue Apr 25, 2020 · 0 comments
Open

Run COldBox app #8

Tropicalista opened this issue Apr 25, 2020 · 0 comments

Comments

@Tropicalista
Copy link

Tropicalista commented Apr 25, 2020

I'm trying to setup a simple ColdBox app.

I successfully installed lucee.

If I try to run a ColdBox app I got this error:

invalid component definition, can't find component [coldbox.system.Bootstrap]
--
Stacktrace | The Error Occurred in
/app/webroot/Application.cfc: line 24
22: // application start
23: public boolean function onApplicationStart(){
24: application.cbBootstrap = new coldbox.system.Bootstrap( COLDBOX_CONFIG_FILE, COLDBOX_APP_ROOT_PATH, COLDBOX_APP_KEY, COLDBOX_APP_MAPPING );
25: application.cbBootstrap.loadColdbox();
26: return true;

I must add some mapping configuration?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant