Re: Jetty Module hivemind is duplicated

2005-09-12 Thread Jun Tsai
I think you place your jars in /WEB-INF/lib and your eclipse build classpath inlcudes those. You can move it to project_dir/lib. When your classpath include /WEB-INF/lib/hivemind.jar,then jetty look for /WEB-INF/lib/*.jar and your build classpath in eclipse. On 9/5/05, seloha . <[EMAIL PROTECTE

Re: Jetty Module hivemind is duplicated

2005-09-09 Thread Joel Charlesworth
Thanks for the tip Paul!. I was experiencing the same issue, and fell back to using Tomcat as I didn't have time to investigate. Regards, JRC On 9/5/05, seloha . <[EMAIL PROTECTED]> wrote: > > After looking on google I have solved this problem. For those who come up > against this it is necces

RE: Jetty Module hivemind is duplicated

2005-09-05 Thread seloha .
After looking on google I have solved this problem. For those who come up against this it is neccessary to remove the projects library path from the Jetty launch configuration classpath which by default is loaded. Therefore if included in the run time classpath is loaded twice resulting in simil