2 Replies Latest reply on Jul 10, 2002 2:06 PM by stigi

    it's everything so new....

    stigi

      first of all: im using the new debian relaese of jboss on the actuell unstable/sid relaese.
      that's jboss 2.4.7

      and now some questions...
      starting jboss: i always get an error related to log4j
      java.lang.NoClassDefFoundError: org/apache/log4j/Priority
      where do i modify the jboss classpath to include log4j (it's in /usr/java/log4j.jar and symlinked to /usr/share/jboss/lib/ext/log4j.jar)
      btw: i'm running liblog4j_1.1b7-1

      2nd: where do i put my jsp's? i don't have a server/default/ dir... and putting dem in /usr/share/jboss/deploy didn't work....

      so enough for the first...
      probably someone who'S running jboss on debian (from the debs) could give me some hints.

      thanks

        • 1. Re: it's everything so new....

          Can you do jar -tf log4j.jar in jboss/lib/ext?

          For jsps, you need to create a war archive and put it
          in the deploy directory.
          Does debian include a webcontainer, tomcat or jetty?

          Regards,
          Adrian

          • 2. Re: it's everything so new....
            stigi

            debian includes tomcat and webcontainer... but the packages seems quit unfinished... much are without description etc...
            actually i've installed jboss 3.0 from the zip. and i try to bring it together with the tomcat from the debian packages.
            the tomcat ran on my system without problems, so i think it'll be no problem...
            hopefully i see through 3.0 better than through 2.7...