Author: trong.tran
Date: 2010-12-01 23:36:55 -0500 (Wed, 01 Dec 2010)
New Revision: 5434
Modified:
exo/portal/branches/3.1.x/examples/portal/war/src/main/webapp/WEB-INF/web.xml
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml
exo/portal/branches/3.1.x/web/rest/src/main/webapp/WEB-INF/web.xml
Log:
EXOGTN-186 Remove session timeout configuration from GateIn war file
Modified: exo/portal/branches/3.1.x/examples/portal/war/src/main/webapp/WEB-INF/web.xml
===================================================================
---
exo/portal/branches/3.1.x/examples/portal/war/src/main/webapp/WEB-INF/web.xml 2010-12-02
03:56:42 UTC (rev 5433)
+++
exo/portal/branches/3.1.x/examples/portal/war/src/main/webapp/WEB-INF/web.xml 2010-12-02
04:36:55 UTC (rev 5434)
@@ -250,10 +250,6 @@
<url-pattern>/gateinservlet</url-pattern>
</servlet-mapping>
- <session-config>
- <session-timeout>30</session-timeout>
- </session-config>
-
<!-- The Welcome File List for IBM WebSphere -->
<welcome-file-list>
Modified: exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml
===================================================================
--- exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml 2010-12-02
03:56:42 UTC (rev 5433)
+++ exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml 2010-12-02
04:36:55 UTC (rev 5434)
@@ -186,6 +186,10 @@
<param-name>webui.configuration</param-name>
<param-value>app:/WEB-INF/webui-configuration.xml</param-value>
</init-param>
+ <init-param>
+ <param-name>standalone.webui.configuration</param-name>
+
<param-value>app:/WEB-INF/standalone-webui-configuration.xml</param-value>
+ </init-param>
<load-on-startup>1</load-on-startup>
</servlet>
@@ -267,6 +271,10 @@
<servlet-name>portal</servlet-name>
<url-pattern>/download/*</url-pattern>
</servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>portal</servlet-name>
+ <url-pattern>/StandaloneApplication</url-pattern>
+ </servlet-mapping>
<servlet-mapping>
<servlet-name>RestServer</servlet-name>
<url-pattern>/rest/*</url-pattern>
@@ -282,10 +290,6 @@
<url-pattern>/gateinservlet</url-pattern>
</servlet-mapping>
- <session-config>
- <session-timeout>30</session-timeout>
- </session-config>
-
<!-- The Welcome File List for IBM WebSphere -->
<welcome-file-list>
Modified: exo/portal/branches/3.1.x/web/rest/src/main/webapp/WEB-INF/web.xml
===================================================================
--- exo/portal/branches/3.1.x/web/rest/src/main/webapp/WEB-INF/web.xml 2010-12-02 03:56:42
UTC (rev 5433)
+++ exo/portal/branches/3.1.x/web/rest/src/main/webapp/WEB-INF/web.xml 2010-12-02 04:36:55
UTC (rev 5434)
@@ -84,10 +84,6 @@
<url-pattern>/*</url-pattern>
</servlet-mapping>
- <session-config>
- <session-timeout>30</session-timeout>
- </session-config>
-
<security-constraint>
<web-resource-collection>
<web-resource-name>rest</web-resource-name>
Show replies by date