Well, I finally got around to trying this and building the war file
with maven made no difference. It did successfully download the jetty
libraries to run the unit tests but I still had the error when using
the war file in Tomcat.
So, I followed your second suggestion and commented out the main
me
Thank you I'll try that. I think that I did previously build it with
maven, so I may end up having to hack the main() method. I'll report
back on which approach worked.
Simon
On 6/28/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> Hmm, just found out that WicketExampleApplication.java contain
Hmm, just found out that WicketExampleApplication.java contains a
main() which starts up jetty. I think you have two options: a) disable
main() and b) use maven to build the examples. Maven will
automatically download the required jetty jars. Please note that maven
is our preferred means of buildin