<br><br><div class="gmail_quote">On Thu, May 12, 2011 at 9:03 AM, Brian Wolf <span dir="ltr">&lt;<a href="mailto:brw314@gmail.com">brw314@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><span>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 <a href="http://root.pm" target="_blank">root.pm</a>, the catalyst page is fine on  and <a href="http://localhost:3000/" target="_blank">http://localhost:3000/</a><span>  </span>works, but when i tried making the edit to <a href="http://root.pm" target="_blank">root.pm</a> file as shown in tutorial to do a simple url dispatch<span>  </span><a href="http://localhost:3000/" target="_blank">http://localhost:3000/</a> hello    .... </span> page not found</div>

<br>_______________________________________________<br>
List: <a href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a><br>
Listinfo: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a><br>
Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" target="_blank">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a><br>
Dev site: <a href="http://dev.catalyst.perl.org/" target="_blank">http://dev.catalyst.perl.org/</a><br>
<br></blockquote></div><br>Can you send us the output of the development server. Should look something like this ...<br><br>david@foo:~/myapp/MyApp$ ./script/<a href="http://myapp_server.pl">myapp_server.pl</a> -d<br>[debug] Debug messages enabled<br>
[debug] Statistics enabled<br>[debug] Loaded plugins:<br>.----------------------------------------------------------------------------.<br>| Catalyst::Plugin::ConfigLoader  0.30                                       |<br>
&#39;----------------------------------------------------------------------------&#39;<br><br>[debug] Loaded dispatcher &quot;Catalyst::Dispatcher&quot;<br>[debug] Loaded engine &quot;Catalyst::Engine::HTTP&quot;<br>[debug] Found home &quot;/home/david/myapp/MyApp&quot;<br>
[debug] Loaded Config &quot;/home/david/myapp/MyApp/myapp.conf&quot;<br>[debug] Loaded components:<br>.-----------------------------------------------------------------+----------.<br>| Class                                                           | Type     |<br>
+-----------------------------------------------------------------+----------+<br>| MyApp::Controller::Root                                           | instance |<br>&#39;-----------------------------------------------------------------+----------&#39;<br>
<br>[debug] Loaded Private actions:<br>.----------------------+--------------------------------------+--------------.<br>| Private              | Class                                | Method       |<br>+----------------------+--------------------------------------+--------------+<br>
| /default             | MyApp::Controller::Root                | default      |<br>| /end                 | MyApp::Controller::Root                | end          |<br>| /index               | MyApp::Controller::Root                | index        |<br>
&#39;----------------------+--------------------------------------+--------------&#39;<br><br>[debug] Loaded Path actions:<br>.-------------------------------------+--------------------------------------.<br>| Path                                | Private                              |<br>
+-------------------------------------+--------------------------------------+<br>| /                                   | /index                               |<br>| /                                   | /default                             |<br>
&#39;-------------------------------------+--------------------------------------&#39;<br><br>[info] MyApp powered by Catalyst 5.80032<br>You can connect to your server at <a href="http://foo:3000">http://foo:3000</a><br>
<br>