[Catalyst] development setup
Matt S Trout
dbix-class at trout.me.uk
Fri Jun 23 16:06:44 CEST 2006
Carl Johnstone wrote:
>> Do you mean that you have a shared apache installation under which every
>> developer runs his/her own code ?
>
> Yes.
I'm not sure that's going to work - mod_perl can only load one copy of a given
package at once so you can only have one MyApp.pm loaded etc.
Our usual tactic for this is to modify the dev server to use 3000 + uid, let
devs run their test server as themselves, and configure apache to proxy
through to those if required.
--
Matt S Trout Offering custom development, consultancy and support
Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
More information about the Catalyst
mailing list