Hi,

I am developping a Apache Tomcat Struts Web Application that will be use in
ASP mode (Application Service Provider not the MSoft stuff) by different
Users.

The thing is that Users will have common JSP for a part and specific ones
for the other part (Number of fields in page forms, look and feel,
stylesheet, different navigation across application, etc ...).
So JSPs are placed in different directories

        /jsp/commun/*jsp
        /jsp/user1/*jsp
        /jsp/user2/*jsp

The user will be identify through his login/passwd on the application

I would like to use one JVM for my application to be used by all users.
How can I deal which the dynamic redirection to the good path to the correct
JSP ??
Do I have to use one struts-config.xml per user ??
Do I have to treat that in the ActionForms sub classes ???

Thanks for answering if you've already seen this problematic

Xavier

Reply via email to