Re: how to package common lib and ear file

2008-02-25 Thread David Delbecq
Classes shared between webapps go in shared/ folder. server/ folder is for server specific (invisible to webapps) classes. PS: that information is for tomcat, since you seem to use jboss, you better ask jboss mailing list, as jboss might use different folders Dave a écrit : I have an ear app

how to package common lib and ear file

2008-02-25 Thread Dave
I have an ear application with entity,business and web modules. foo.par bar.ejb3 baz.war / The .par, .ejb3 and war files use classes in common.jar. I put the common.jar under /server/default/lib.