in reply to Titanium problem

I'm not able to access to the diferent runtimes.

I don't see where you try to do it

Replies are listed 'Best First'.
Re^2: Titanium problem
by kelkoon (Initiate) on Apr 14, 2010 at 07:48 UTC
    Hello, I'm traying ot access the sever throug a web server with the following URL:
    http://127.0.0.1:8080/index.cgi/Shop

    But If I try to access not the default runmode:
    http://127.0.0.1:8080/index.cgi/products

    It still access the default runmode "families".


    Thank you
      Arent you supposed to put those in your dispatch table?

        May be, But I can't get an example of how it works.

        My questions are

        Should de CGI::Application::Dispatcher be called from the Application module (in this case Shop.pm) or from CGI module?

        Does Dispatcher routes overwrites routes in the Shop.pm?

        Thank you