Skip to content

Instantly share code, notes, and snippets.

@haint
Created September 25, 2013 10:15
Show Gist options
  • Save haint/6697682 to your computer and use it in GitHub Desktop.
Save haint/6697682 to your computer and use it in GitHub Desktop.
GTNPORTAL-3148
diff --git a/app2/web/src/main/webapp/WEB-INF/beans.xml b/app2/web/src/main/webapp/WEB-INF/beans.xml
deleted file mode 100644
index 6c1dca2..0000000
--- a/app2/web/src/main/webapp/WEB-INF/beans.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://jboss.org/schema/cdi/beans_1_0.xsd">
-
-</beans>
diff --git a/app2/web/src/main/webapp/WEB-INF/web.xml b/app2/web/src/main/webapp/WEB-INF/web.xml
index 3d665a7..cc2820f 100644
--- a/app2/web/src/main/webapp/WEB-INF/web.xml
+++ b/app2/web/src/main/webapp/WEB-INF/web.xml
@@ -107,7 +107,7 @@
<param-value>disable</param-value>
</context-param>
- <filter>
+ <!-- <filter>
<display-name>RichFaces Filter</display-name>
<filter-name>richfaces</filter-name>
<filter-class>org.ajax4jsf.Filter</filter-class>
@@ -119,7 +119,7 @@
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
<dispatcher>INCLUDE</dispatcher>
- </filter-mapping>
+ </filter-mapping> -->
<servlet>
<servlet-name>Faces Servlet</servlet-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment