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.

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to