Here are the config files. What am I missing? I guess besides the web.xml descriptor
timeouts are meassured in ms (you should put this in the docs)?
web.xml
| <!-- ==================== Default Session Configuration =================
-->
| <!-- You can set the default session timeout (in minutes) for all newly
-->
| <!-- created sessions by modifying the value below.
-->
|
| <session-config>
| <session-timeout>20</session-timeout>
| </session-config>
|
|
standardjboss.xml
<max-bean-life>1800</max-bean-life>
components.xml
<!-- 120 0 000 ms conversation timeout = 20 minuten -->
| <component name="org.jboss.seam.core.manager">
| <property name="conversationTimeout">1200000</property>
| </component>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064536#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...