Ticket #207 (new defect)
Documentation does not explain FUSEBOX_APPLICATION_PATH
| Reported by: | scorfield | Owned by: | sean@… |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | Web Site 1 | Component: | Web Site (fusebox.org) |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
I think this would be benefitial to have in the docs.
Luis
--- In fusebox5@yahoogroups.com, "Barney Boisvert" <bboisvert@...> wrote:
fusebox.init.cfm and fusebox.appinit.cfm (along with fusebox.xml) must
be in the application root, which is defined by
FUSEBOX_APPLICATION_PATH, relative from the web root (where index.cfm
is). While that is the only place FB will look for them, there's no
reason you can't have them include files in other locations. But I'd
leave them in the approot. That's the more significant bit: it's
where the application lives.
cheers,
barneyb
On 3/1/07, lmajano_2000 <lmajano@...> wrote:
I just changed my FUSEBOX_APPLICATION_PATH="config/" in my index file
before including the framework. After this, I had to update my
circuits to be relative from the config directory, fine! However, I
did not move the fusebox.appinit.cfm and the fusebox.init.cfm.
Therefore, they were not beign executed. Well, those two files needed
to be in the config directory. Is this ok to assume, that wherever I
point the FUSEBOX_APPLICATION_PATH I need to place my
fusebox.appinit.cfm and fusebox.init.cfm???
or is there a way to leave them in the root?
Luis
