On Tue, 21 Jun 2005 10:46:18 -0400, Rob Kinyon wrote
> Also, is there an easy way for myapp_server.pl to serve up .js and
> .css files without my having to modify my source? I'd like to have
> the same source work with both Apache and myapp_server.pl.
you can use Catalyst::Plugin::Static to serve static files that are in your
config->{root}.
Jürgen