(du) Multiple Dancer Apps using Plack
Brought to you by:
bagder
|
From: Harshal S. <har...@gm...> - 2011-01-28 12:47:22
|
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 |