Hi, our web application consists of several logical modules. Each module contains JSF pages (using myfaces), Java class files, configuration files etc. There are dependencies between the pages of different modules (navigation) and also between the classes of different modules. The webserver shall treat all these modules together as a single web application, such that there is only one session object per user. The question: Is ist possible to deploy each module as a separate jar or war file (possibly as a jar file within an application war file)? How can we do this? (We are using Tomcat standalone resp. integrated in JBoss.)
Thank you very much Karin

