1 Reply Latest reply on Jul 11, 2002 7:55 PM by ralexander

    Problem with Jboss examples.

    parul_netcore

      Hi,

      I have installed JBoss-2.4.7_Tomcat-4.0.4 on my redhat 7.2 machine. I have also downloaded the examples of jboss. I was trying the example and when I fired the command:
      ant intro-interest-jar

      I got the following error:

      /usr/local/src/examples/build/build.xml:64: jboss.dist=${env.JBOSS_DIST} is not a valid JBOSS_DIST directory.
      If using a bundled JBoss version set JBOSS_DIST to the jboss/ subdir.

      I have set JBOSS_DIST to the same value as JBOSS_HOME which is : /usr/local/src/JBoss-2.4.7_Tomcat-4.0.4/jboss

      Can anyone pls help me out?

      Regards,
      Parul

        • 1. Re: Problem with Jboss examples.
          ralexander

          Not sure about your version. I am using JBoss3.0.0 with Tomcat 4.0.3. Here is my JBOSS_DIST echoed:
          echo $JBOSS_DIST
          /usr/jboss-3.0.0_tomcat-4.0.3

          I previously had it bound to
          /usr/jboss-3.0.0_tomcat-4.0.3/bin (whoops) and got the same error you are seeing
          Ron