[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Prowler/Samples/XSP



Has anybody successfully run the XSP demo available in the xsp folder?

I created a context path in Tomcat. Copied all the xsp files and
subdirectories in there.
Added the following section to WEB-INF/web.xml

    <servlet>
 
<servlet-name>org.infozone.prowler.util.ResourceServlet</servlet-name>
 
<servlet-class>org.infozone.prowler.util.ResourceServlet</servlet-class>
    </servlet>

    <servlet-mapping>
 
<servlet-name>org.infozone.prowler.util.ResourceServlet</servlet-name>
        <url-pattern>/servlets/resource/*</url-pattern>
    </servlet-mapping>


I'm trying to run the XSP pages after this, but I get only static section of
the pages like headers and footers.

Any help would be appreciated.