Load a jsp-file from a servlet (App Engine)
        Posted  
        
            by Irro
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Irro
        
        
        
        Published on 2010-05-08T10:33:07Z
        Indexed on 
            2010/05/08
            10:38 UTC
        
        
        Read the original article
        Hit count: 261
        
google-app-engine
|jsp
I would like to load a jsp file from a servlet-class I got in my App Engine project. I has been able to load jsp files by adding them to the web.xml file but is there any way to load them directly from a servlet class?
© Stack Overflow or respective owner