Hi all,
I tried to deploy my little test application with apache, basically just like indicated here:
http://www.mail-archive.com/[email protected]/msg01410.html
 
Apache starts without errors but when a request is send for http://localhost/pdfjoin, I get the catalyst error dump saying it can not find the template.
Running the very same application using the test server all works fine.
 
The paths for TTSite are configured as shown in the examples:
__PACKAGE__->config({
#    CATALYST_VAR => 'Catalyst',
    INCLUDE_PATH => [
        posedb->path_to( 'root', 'src' ),
        posedb->path_to( 'root', 'lib' )
    ],
    PRE_CHOMP  => 1,
....
 
Any clues ?
 
Thanks and regards,
Marc
 
 
_______________________________________________
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/

Reply via email to