Re: Running struts war files in tomcat5

2006-05-19 Thread Colin Brown
Thanks for the reply, Adam: A "sealing violation" (which I hadn't heard of myself and had to research) means that a class has been loaded from a "sealed" package (org.apache.commons.collections in this case) and another class from the same package (org.apache.commons.collections.FastHashMap in th

Re: Running struts war files in tomcat5

2006-05-18 Thread Adam Hardy
Colin Brown on 18/05/06 22:00, wrote: Hi, I've installed (only) kaffe and tomcat5 (tried testing, stable, and unstable) onto a debbootstrap. It works OK for static content, but fails when I install a WAR file containing a struts-based app. (I've tried the Ibatis jpetstore app as well as other l

Running struts war files in tomcat5

2006-05-18 Thread Colin Brown
Hi, I've installed (only) kaffe and tomcat5 (tried testing, stable, and unstable) onto a debbootstrap. It works OK for static content, but fails when I install a WAR file containing a struts-based app. (I've tried the Ibatis jpetstore app as well as other local struts apps that were lying around.