I'd like to have a single installation of T5 run two apps that will share a great deal of code. While I could have separate WAR files and deploy them to Tomcat, that would take more resources and prevent some level of interaction between them. So, is it possible to have two AppModules in a WAR? Then depending on the URL, it would appear as if that was the only app running. They'll share tons of database objects, DAOs, etc. Some users will have access to both, so I want to keep them in the same session. As a hack, I could have the Start page redirect depending on what type they are, but that seems less than desirable.

Norman Franke
Answering Service for Directors, Inc.
www.myasd.com



Reply via email to