2 Replies Latest reply on Jun 4, 2004 10:20 AM by raja05

    How to HOT -deploy library jar files that JSP uses?

    janimika

      Hi!

      We have a need to hot-deploy jar files that are used by jsp files. It would be very valuable that we wouldn't have to reboot JBoss when we update a jar file.

      We have tried two things:

      1. Place jar files to deploy/webapp/WEB-INF/lib.
      2. Place jar files directly to deploy folder.

      In both cases the jar files work fine after restarting JBoss but hot-deploy does not work.