1 Reply Latest reply on Aug 13, 2003 7:02 AM by vashistvishal

    re: duplicate class definition on 4.0DR2

    jblack1395

      Hello,
      I am trying to see if my department (I work for a university) should move to JBoss, away from just Tomcat.
      I have 3 war files that work under Tomcat. I have made changes due to conflicts with jar files JBoss comes with, such as mail.jar being removed.

      I get an exception about duplicate class definitions when I have all three deployed. If I have them deployed individually they work fine, but I need all three deployed.
      I am using './run.sh -c all' to run JBoss. I don't want to put my jars in /usr/java/jre/lib/ext, so what should I do to resolve this?
      Thank you.