You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to framew...@googlegroups.com
A customer has a very large and old code base and I'd like to start improving it in small pieces. If I'd like to leave the root of the site alone and start with just a subdirectory, is there a suggested approach for doing this with FW/1? My understanding was that FW/1 "liked" being in the root of the entire site and I'd like to avoid replacing the existing Application.cfc for now.
Eapen
unread,
Mar 2, 2011, 3:52:39 PM3/2/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to framew...@googlegroups.com
You CAN start in a sub-directory with its own Application.cfc (which extends the "org.corfield.framework") and does not extend the Application.cfc from the root folder.