[cgiapp] Re: Titanium first impressions

George Hartzell hartzell at alerce.com
Sat Sep 13 15:08:46 EDT 2008


Mark Stosberg writes:
 > [...]
 > Titanium 'depends' on the equivalent, CGI::Application::Server, which in
 > turn works with dispatching.  This is mentioned in passing in the
 > Titanium docs, but perhaps could be highlighted and detailed more. 
 > 
 >   use CGI::Application::Server;
 >   my $server = CGI::Application::Server->new();
 >      $server->document_root('./htdocs');
 >      $server->entry_points({
 >          '/app'   => 'MyCGIApp::Account::Dispatch',
 >      });
 >      $server->run();
 > [...]

I just posted a separate note to the list describing my problems
getting Dispatch based things to work with CGI::Application::Server,
with a fix.

If you've tried the above and it worked out of the box, I'd like to
hear about it.  If not, check out the new thread for more info.

g.


More information about the cgiapp mailing list