JRUN 3.1/Struts 1.1 : struts-example.war - ClassNotFoundException

2003-08-18 Thread jason . p . king
Hi, The following error appears many times in the mailing list archive for various containers , and I am also getting it in the following environment when attempting a clean deployment of Struts 1.1. struts-example.war to JRUN 3.1 I would be very grateful if someone could summarise what the

Re: JRUN 3.1/Struts 1.1 : struts-example.war - ClassNotFoundException

2003-08-18 Thread jason . p . king
Thanks Dan, We already route all requests in our application though an subclass of ActionServlet. Therefore the following 1 liner ( from the link ) fixed the problem first time. -- Added to Subclass of ActionServlet that intercepts struts requests: public void init() throws ServletException {