I have webapp deployed on tomcat_5.0.28, Linux.
my app is multi users and profiles (user can be admin or just simple user).
In my web.xml I have these lines
...
<web-app>
<display-name>my-app</display-name>
<context-param>
<param-name>configFileName</param-name>
<param-value>/WEB-INF/my-app-config.xml</param-value>
</context-param>
...
How to set the value of the param configFileName at user login according to his profile