Hi list,

I have to add some session config to web.xml and don't know which merge point to use. Tomcat expect the settings in the right sequencing. I know that the session config settings have to be before the welcome file list configuration.

I simply want to add this:

<session-config>
            <session-timeout>120</session-timeout>
</session-config>

Can I use <!-- precompilation merge-point --> ?

Thank you

Oemer

Reply via email to