Hi all,
thanks for the answers.
John Romkey:
Since you've got debug enabled, check your output for a line that looks
like:
[debug] Loaded Config ".../myapp.yml"
I don't see this debug message. So, what to do next?
If you don't see it then the problem is that C:P:ConfigLoader isn't
finding your file. When you build your Catalyst project, catalyst.pl
will leave a .yml file in the root of the project directory... it uses
all lower case for the "myapp" part, even if you used upper-case in your
project name. Try running the built-in server, it should be able to find
that file.
Is there a chance to generate the file newly with catalyst.pl. Or what
obtions do i have?
cheers Johannes
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/