0 Replies Latest reply on May 1, 2002 9:39 AM by tdawson

    can I override jars without removing from lib

    tdawson

      We need to use newer versions of castor and xalan than are bundled with 3.0.0RC1 and need to use xerces instead of crimson. Currently I need to remove these jars from $JBOSS_HOME/lib and copy our jars in there. (not to mention some ugly custom modifications to the start script)

      I'd like to place a lib dir inside server/myserver and be able to have my jar files used without manually overwriting or removing the jars in the $JBOSS_HOME/lib.

      Is there a way to do this?