ColdBox Forums Notification: Post to Question on loading Framework in 2.5.0(Moved)

Title: RE: Question on loading Framework in 2.5.0(Moved)
Thread: Question on loading Framework in 2.5.0(Moved)
Forum: Need Help?
Conference: ColdBox
User: sanaullah73 Hi,

As you said one section works which is part of coldbox.

Lets debug
it......

<!--- Process A ColdBox Request Only --->
    <cfif
findNoCase('index.cfm', listLast(arguments.targetPage, '/'))>
      <cfset
processColdBoxRequest()>
    </cfif>

App outside coldbox deos not work:[then
filename should not be index.cfm it must be something else like default.cfm
becuase Application.cfc process index.cfm and handover request to coldbox]
myApp

ColdBox-App

===MyOldApp--> this should have own Application.cfc or

or should rename index.cfm to default.cfm

Now call your page
http://localhost/MyApp/index.cfm this is coldbox
http://localhost/MyApp/MyOldApp/default.cfm + parameters

OR
http://localhost/MyOldApp/default.cfm + parameters

Hope this will help you.
Thanks
Sana
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=F7E1F3EF-FF65-CEF6-65E8EF6068F31FD7