Posted on 2005-02-25 21:31:16-08 by mreece
multiple MasonX::Maypole apps
has the trick been perfected for running multiple MasonX::Maypole apps under one (mod_perl) web server?

i have no VirtualHosts, only multiple Location blocks.

i have tried various combinations of
__PACKAGE__->config( Maypole::Config->new() );
and
__PACKAGE__->config->masonx( {} );
within and without my
BEGIN { MyApp->setup(...) }
block, and get 'Can't call method "class_of" on an undefined value' errors depending on some requests (seems to depend on which httpd instance gets the connection).

any tips?
Direct Responses: 160 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.