FYI, I'm going through the documentation example source with JBoss 2.4.4 and
Tomcat 4.0.1 and I found a glitch.  The build.xml for the documentation
defines a property for the servlet.jar as follows:

    <property name="servlet.jar"
value="${env.JBOSS_DIST}}/../tomcat/lib/servlet.jar"/>

which causes the first build instruction (ant intro-interest-jar) to fail.
With the JBoss 2.4.4-Tomcat 4.0.1 package, this line should read as follows:

    <property name="servlet.jar"
value="${env.JBOSS_DIST}}/../catalina/common/lib/servlet.jar"/>

Perhaps this will help someone else out as they are getting started.

-Michael Schulz


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to