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

Modified Files:
        web.xml 
Log Message:
Removed JSP and decided to use web.xml. The jasper dependencies could probably 
be removed too, but I don't know how to disable the JspServlet.

Index: web.xml
===================================================================
RCS file: /cvsroot/jwebunit/jWebUnit/testcases/WEB-INF/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** web.xml     2 Jan 2006 16:31:27 -0000       1.1
--- web.xml     3 Jan 2006 08:05:18 -0000       1.2
***************
*** 4,8 ****
  <web-app>
  
! <!-- don't use the JSP because it requires compilation -->
  <servlet>
      <servlet-name>ParamsServlet</servlet-name>
--- 4,8 ----
  <web-app>
  
! <!-- Use servlets instead of JSP to avoid time consuming configuration and 
extra dependencies -->
  <servlet>
      <servlet-name>ParamsServlet</servlet-name>



-------------------------------------------------------
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