2 Replies Latest reply on Aug 24, 2005 8:57 AM by ntsankov

    Http/URL/DAV deployment scanner - httpexception classnotfoun

    mikefinn

      Wasn't sure where this one belongs-thought I'd try here.

      jboss-3.2.2

      Trying to use the URL/DAV deployer. When I add a URL dir (http://foo.com/deploy/) to conf/jboss-service.xml, server blows up with:
      java.lang.NoClassDefFoundError: org/apache/commons/httpclient/HttpException

      Class in question is in commons-httpclient.jar, which is in $JBOSS/lib. Seems like that would be on classpath. Tried adding entry to jboss-service.xml for the jar, no luck. Tried hardcoding the JARs in run.sh, no luck. Tried $JBOSS/server/{config}/lib, no luck. Seems the deployer classloader can't find it no matter where I put the jar or mod the classpath.

      Ideas?

      TIA,
      Mike