JBoss default configuration share JSESSIONID for all web app

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2964583
This commit is contained in:
Heng Sin Low 2010-03-06 00:37:03 +00:00
parent cc75d21efe
commit 38b71a22de
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
-->
<Connector port="@ADEMPIERE_WEB_PORT@" address="${jboss.bind.address}"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
emptySessionPath="false" protocol="HTTP/1.1"
enableLookups="false" redirectPort="@ADEMPIERE_SSL_PORT@" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
@ -38,7 +38,7 @@
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3"
emptySessionPath="true" enableLookups="false" redirectPort="8443" />
emptySessionPath="false" enableLookups="false" redirectPort="8443" />
<Engine name="jboss.web" defaultHost="localhost">