Re: JBoss two Web Apllications Actions overlapping

2004-05-06 Thread Tom Vekemans
in this fine article: http://ramya.bhaavana.net/chaitanya/archives/21.htmlGood luck,Tom Vekemans- Original Message - From: "Brad Balmer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, May 06, 2004 6:03 PM Subject

Re: JBoss two Web Apllications Actions overlapping

2004-05-06 Thread Brad Balmer
I believe I had this same issue where JBoss (or Tomcat actually) shares the same classloader for all web applications? Anyway, I fixed this by adding the following to my jboss-service.xml inside the jbossweb-tomcat41.sar\META-INF directory. *false* I added it directly under: true Hope this hel

Re: JBoss two Web Apllications Actions overlapping

2004-05-06 Thread Lucas Gonzalez
Hi, I´m not if this will help, but Jboss 3.2.3 classloader has no hierarchies, so if you have two classes that has the same name ( i.e: main.application.StartApplicationAction) the last class that was deployed will be used for all your apps... This is a problem because you have to be extremely ca