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
careful when deploying into jboss... =( Hope it helps, Lucas - Original Message - From: "Mathies, R. (Ronald)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, May 06, 2004 10:00 AM Subject: JBoss two Web Apllicati

JBoss two Web Apllications Actions overlapping

2004-05-06 Thread Mathies, R. (Ronald)
Hi All, I've got a JBoss 3.2.3 server that is running two applications and i've got a problem with the action/form objects: ApplicationA has an action called "/main/application/StartApplicationAction" ApplicationB has an action called "/main/application/StartApplicationAction" And the applicatio