On Thu, May 12, 2011 at 9:03 AM, Brian Wolf <[email protected]> wrote:

> hi, i am trying out the latest catalyst (installed runtime,and devel) , i
> am working through the tutorial , but example at the beginning to add the
> hello to root.pm, the catalyst page is fine on  and http://localhost:3000/
>   works, but when i tried making the edit to root.pm file as shown in
> tutorial to do a simple url dispatch  http://localhost:3000/ hello
>  ....  page not found
>
> _______________________________________________
> List: [email protected]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/[email protected]/
> Dev site: http://dev.catalyst.perl.org/
>
>
Can you send us the output of the development server. Should look something
like this ...

david@foo:~/myapp/MyApp$ ./script/myapp_server.pl -d
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.----------------------------------------------------------------------------.
| Catalyst::Plugin::ConfigLoader  0.30
|
'----------------------------------------------------------------------------'

[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::HTTP"
[debug] Found home "/home/david/myapp/MyApp"
[debug] Loaded Config "/home/david/myapp/MyApp/myapp.conf"
[debug] Loaded components:
.-----------------------------------------------------------------+----------.
| Class                                                           | Type
|
+-----------------------------------------------------------------+----------+
| MyApp::Controller::Root                                           |
instance |
'-----------------------------------------------------------------+----------'

[debug] Loaded Private actions:
.----------------------+--------------------------------------+--------------.
| Private              | Class                                | Method
|
+----------------------+--------------------------------------+--------------+
| /default             | MyApp::Controller::Root                |
default      |
| /end                 | MyApp::Controller::Root                |
end          |
| /index               | MyApp::Controller::Root                |
index        |
'----------------------+--------------------------------------+--------------'

[debug] Loaded Path actions:
.-------------------------------------+--------------------------------------.
| Path                                | Private
|
+-------------------------------------+--------------------------------------+
| /                                   | /index
|
| /                                   | /default
|
'-------------------------------------+--------------------------------------'

[info] MyApp powered by Catalyst 5.80032
You can connect to your server at http://foo:3000
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to