Well, with a little bit of hacking, I got the jBoss-Jetty integration to
compile.
In the build.xml for the jetty integration, the classpath includes:
${jetty.home}/lib/webserver.jar
Which doesn't exist in the Jetty distribution.
I changed this to:
${jetty.home}/lib/com.mortbay.jetty.jar
And everything worked.
I could see how it might work if you compiled Jetty (thus creating the
$JETTY_HOME/classes dir which was also referenced in the classpath). I
have a feeling that this is what the situation was during the
development of the integration, even though it's not necessary to
compile Jetty to use it (the distro has the jars pre-built), and the
README for the integration doesn't mention to do this.
So an easy fix!
Thanks,
Tim
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]