Ticket #139 (closed enhancement: fixed)
Add absolute path support to a circuit definition in the fusebox.xml file
| Reported by: | jason@… | Owned by: | scorfield |
|---|---|---|---|
| Type: | enhancement | Priority: | normal |
| Milestone: | Fusebox 5.1 | Component: | Miscellaneous |
| Version: | 5.0 | Severity: | normal |
| Keywords: | Cc: |
Description
Add absolute path support (i.e. via a cf mapping) to allow a circuit definition. E.g.
<circuit alias="v_" path="/com/attendeeinteractive/webhome/view/" />. This would remove the relative path constraint so the web application could be moved to a different directory without requiring changes to the fusebox.xml file.
Example:
Original app location = wwwroot/webapp/
Move app to = wwwroot/webapp/archive/
circuite v_ 'mapped' to wwwroot/com/attendeeinteractive.com/webhome/view
Developers could move the 'webapp' into the archive directory (i.e. simple file copy of all the files in that directory to the archive directory) without making changes to the fusebox.xml file and the application would still work.
