Notes |
|
(0019366)
|
hgbot
|
2009-09-01 12:05
|
|
Repository: erp/devel/pi
Changeset: 3819efa6959077df2a84156fdf2d0b76152da15f
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Sep 01 12:05:21 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3819efa6959077df2a84156fdf2d0b76152da15f [^]
fixed bug 0010414: Web.xml session time-out can not be configured without modifying core distro
---
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_PARA.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-wad/src/org/openbravo/wad/Wad.java
M src-wad/src/org/openbravo/wad/Wad_data.xsql
M src-wad/src/org/openbravo/wad/web.xml
M src-wad/src/org/openbravo/wad/webConf.xml
---
|
|
|
|
|
|
|
This is great. I saw it in the release notes, but where is the documentation re: how to change this setting? Rok showed me how:
1. Change the 'timeout' value in:
System || Application Dictionary || AD Implementation Mapping || Object >> Parameters
2. Recompile the system to generate the new Web.xml
cd /opt/AppsOpenbravo
ant compile.development -Dtab=XXX
3. Restart Tomcat to deploy the updated Web.xml to Tomcat
su
/etc/init.d/tomcat restart
exit |
|
|
|
Please add little guide in the wiki on how to change it. I had to navigate here to learnt how to do this. In fact, John was the one who wrote it.
Thanks |
|
|
|
In fact, even with the description, I dont in which object is the timeout parameter. |
|
|
|
|
|
|
|