Hello 

I am trying to host multiple Dancer Apps using Plack.  I've created a gist to demonstrate my code https://gist.github.com/800202 

I am using load_app 'App1', 'App2'  to load Dancer Apps in memory and consequently mounted the corresponding apps on /a1 and /a2 . 

But all request are getting redirected to App1 only. Am I doing this in a right manner ?

Harshal Shah