Re: Implications of putting Tapestry JARs into common ClassLoader

2011-09-12 Thread Lenny Primak
This might be a different problem that I am facing in glassfish. Actually, I don't really need two of the same app in the app server, as its easy to do as many server instances as I want :) Thanks for your help! On Sep 2, 2011, at 10:56 AM, Jonathan Barker wrote: > >"-//JBoss//DTD Web Appli

Re: Implications of putting Tapestry JARs into common ClassLoader

2011-09-02 Thread Jonathan Barker
http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd";> ca.itstrategic:loader=somethingunique< loader-repository-config>java2ParentDelegation=false This is obviously for an older JBoss, and this is the result of some searching and some experimentation, rather than a full understanding of the

Re: Implications of putting Tapestry JARs into common ClassLoader

2011-09-02 Thread Lenny Primak
Thanks, Jonathan, can you share your config file? Perhaps you can share your config file so I can get similar options up and running in Glassfish? Thanks On Sep 2, 2011, at 10:26 AM, Jonathan Barker wrote: > I'm no guru, but I do support multiple applications on a single JBoss > server, using co

Re: Implications of putting Tapestry JARs into common ClassLoader

2011-09-02 Thread Jonathan Barker
I'm no guru, but I do support multiple applications on a single JBoss server, using common libraries (some of them mine, and obviously Tapestry). I've had to hit JBoss over the head with configuration options in jboss-web.xml to stop if from doing exactly what you are trying to do. The problem I

Implications of putting Tapestry JARs into common ClassLoader

2011-09-01 Thread Lenny Primak
We have many applications running on the app server. Many use same dependencies (JARs) and now many are starting to use Tapestry. We decided to put all dependencies under the AppServer (Glassfish) lib directory which shares them among all apps. Why waste resources having the same JAR files in 10