Update of /cvsroot/jwebunit/jWebUnit/testcases/WEB-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31101/testcases/WEB-INF

Added Files:
        web.xml 
Log Message:
Using a servlet to replace params.jsp, so that the tests are faster and do not 
need ant.jar.

--- NEW FILE: web.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 
2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>

<!-- don't use the JSP because it requires compilation -->
<servlet>
    <servlet-name>ParamsServlet</servlet-name>
    <servlet-class>net.sourceforge.jwebunit.util.ParamsServlet</servlet-class>
</servlet>
<servlet-mapping>
    <servlet-name>ParamsServlet</servlet-name>
    <url-pattern>/params.jsp</url-pattern>
</servlet-mapping>

</web-app>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to