[Catalyst] problem deploying with apache: templates not found
    Marc Logghe 
    Marc.Logghe at DEVGEN.com
       
    Wed Oct 11 11:48:12 CEST 2006
    
    
  
Hi all, 
I tried to deploy my little test application with apache, basically just
like indicated here:
http://www.mail-archive.com/catalyst@lists.rawmode.org/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
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20061011/27a590b5/attachment.htm 
    
    
More information about the Catalyst
mailing list