2 Replies Latest reply on Jun 30, 2005 6:31 PM by nusa

    Necessary *.jar

    jy1970us

      JBoss 3.2.3

      I have an ANT script which in addition to other things, compiles my JSPs through jspc. For the classpath of jspc, I want to know which *.jar are necessary. Right now I use the *.jar in these folders :

      1) {$JBOSS_HOME}/server/default/deploy/jbossweb-tomcat41.sar
      2) {$JBOSS_HOME}/client
      3) {$JBOSS_HOME}/lib
      4) {$JBOSS_HOME}/server/default/deploy
      5) {$JBOSS_HOME}/server/default/lib

      Problem is my ant script is failing because classpath is too big. In above folders I defnitely need the 4) folder.

      So please tell me which *.jar are necessary for jspc to compile.

      Thanks