Hello Orion-List-Readers! I'm working on a web application consisting of an EJB and a web module. In our application there are certain model beans which are referenced from both the EJBs and the (Struts) action-beans which belong to the web module. Without any further measures classes in one module can't use or inherit from classes in the other module. During development we set a library path in server.xml so that the classes could be referenced from both modules. Now for deployment I'm looking for a "cleaner" solution. Is there a way to place classes or a jar-file in an .ear-archive that the classes can be referenced from EJB and web-module without setting a path in server.xml?? regards, Peter
