0 Replies Latest reply on Apr 30, 2008 5:33 AM by benszymanski

    Deploying lib jar files outside of my war

    benszymanski

      Hi

      I would like to remove the jar files from my lib which is currently in my war file because it makes the war file 3 times larger than it needs to be which takes me a long time to deploy to our production server.

      When I worked with IBM Websphere I could set up a shared library. Having googled a bit it seems I can't do anything similar in Jboss.

      I tried putting my jars under server/default/lib but my app fails with class not found errors. I tried making a *-deployer.xml file but that doesn't work for me either.

      Can anyone point me in the right direction?

      Thanks in advance