1 Reply Latest reply on Aug 12, 2011 10:54 AM by allfordbest

    How to add external library path for a war file to run without bundling the dependant jars into the war??

    allfordbest

      I have created a war file by referring to the corresponding classpath of the dependent jars but not bundled along with the war.

      After deploying the war file into the JBOSS, i am getting runtime time exception because of missing dependant jars that were used for compiling and building the war.

      Now i need to know where can i refer the external library path of the dependant jar files so that i can overcome the runtime exception..