2 Replies Latest reply on Sep 2, 2004 2:16 AM by genman

    lib directory jars not available

    erezharari

      i'm using jboss with a few web application wars.
      i have some of my jars under jboss/server/default/lib
      the problem is that code running from my web application ServletContextListener does not 'see' the jars and throws a java.lang.NoClassDefFoundError error, although the class is in one of my jars and can be accessed from code called form requests..

      it's as if the jars in jboss/server/default/lib are not available when applications are being loaded and listeners are called..

      anyone?