MasonX-Maypole - multiple MasonX::Maypole apps

Posted on Fri Feb 25 23:31:16 2005 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