[infinispan-commits] Infinispan SVN: r1842 - trunk/demos/ec2/src/main/webapp/WEB-INF.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue May 25 07:21:07 EDT 2010


Author: noelo
Date: 2010-05-25 07:21:07 -0400 (Tue, 25 May 2010)
New Revision: 1842

Modified:
   trunk/demos/ec2/src/main/webapp/WEB-INF/web.xml
Log:
removed taglib and fixed servlet parameter


Modified: trunk/demos/ec2/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/demos/ec2/src/main/webapp/WEB-INF/web.xml	2010-05-25 11:20:00 UTC (rev 1841)
+++ trunk/demos/ec2/src/main/webapp/WEB-INF/web.xml	2010-05-25 11:21:07 UTC (rev 1842)
@@ -12,8 +12,8 @@
    </welcome-file-list>
 
    <context-param>
-      <param-name>jgroups_file</param-name>
-      <param-value>jgroups-s3_ping-aws.xml</param-value>
+      <param-name>InfinispanConfigFile</param-name>
+      <param-value>etc/config-samples/ec2-demo/infinispan-ec2-config.xml</param-value>
    </context-param>
 
    <servlet>
@@ -25,10 +25,5 @@
    <servlet-mapping>
       <servlet-name>CacheSearchServlet</servlet-name>
       <url-pattern>/CacheSearchServlet</url-pattern>
-   </servlet-mapping>
-
-   <taglib>
-      <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
-      <taglib-location>/WEB-INF/c.tld</taglib-location>
-   </taglib>         
+   </servlet-mapping>        
 </web-app>



More information about the infinispan-commits mailing list