0 Replies Latest reply on Mar 28, 2007 11:10 PM by kapils

    Change jboss default class loading

    kapils

      I have a very specific issue.

      I have two .war files with different name
      i.e first.war
      second.war

      But the class files inside the web-inf/classes/ are of same name. Not only the classes but everything (name ) is same including library jar files.

      Although the Urls are different, but these classes are overridden. I know that i have to change the UseJBossWebLoader or some changes in jboss-web.xml

      But don't know exact changes. Can anyone help me out to make changes specific to wars...

      Any help is appreciated