Change the web.xml configuration in the installer file
Hi,
I want to change the web.xml file in the xadmin.war file (xadmin-6.5.1.119-SME-1.5.51.war\WEB-INF\web.xml)
I want the following configuration to be changed from 10 to 30:
<session-config>
<session-timeout>10</session-timeout>
</session-config>
I would like to know where I can make this change in the repository, so that when the build server creates the .war files, that this value is always set to 30 by default without the need to change it manually.
Thanks
Martin