Re: tutorial app cannot be installed and run

2014-07-28 Thread Lukasz Lenart
Here you have answer: Caused by: Action class [app03a.Product] not found - action - file:/usr/share/apache-tomcat-7.0.54/webapps/app03a/WEB-INF/classes/struts.xml:24:60 which means your war is missing action class (or it is in wrong folder not corresponding to package) Regards -- Ɓukasz + 48 6

RE: tutorial app cannot be installed and run

2014-07-22 Thread Martin Gainty
Date: Tue, 22 Jul 2014 18:24:55 -0400 From: jim_ander...@jjajava.com To: user@struts.apache.org Subject: tutorial app cannot be installed and run I am currently reading the book, "Struts 2 Design & Programming", by Budi Kurniawan. The book gives a path to download the examples used in