servlet-2.2.jar is not copied anymore to WEF-INF/lib, beacuse normally tomcat provide...
authoridfx <idfx>
Thu, 10 Oct 2002 10:57:39 +0000 (10:57 +0000)
committeridfx <idfx>
Thu, 10 Oct 2002 10:57:39 +0000 (10:57 +0000)
build.xml
etc/web.xml

index 6385509..b1e2fa9 100755 (executable)
--- a/build.xml
+++ b/build.xml
       <fileset dir="lib">
         <exclude name="ant.jar"/>
         <exclude name="xerces.jar"/>
+        <exclude name="servlet-2.2.jar"/>
       </fileset>
     </copy>
   </target>
index 5415ac6..080742d 100755 (executable)
       </mime-type>
     </mime-mapping>
 
-
-
-    <taglib>
-        <taglib-uri>
-          http://java.apache.org/tomcat/examples-taglib
-        </taglib-uri>
-        <taglib-location>
-           /WEB-INF/jsp/example-taglib.tld
-        </taglib-location>
-    </taglib>
-
     <security-constraint>
       <web-resource-collection>
          <web-resource-name>Protected Area</web-resource-name>