Re: Action Class Not Found

2012-03-12 Thread muralidhar uttarkar
Thanks for the information Dave On Mon, Mar 12, 2012 at 1:17 AM, Dave Newton wrote: > On Sun, Mar 11, 2012 at 6:33 AM, muralidhar uttarkar wrote: > > > I want to know why do we need WAR file? Why should we use ANT build > tool.? > > > > War files are the de facto web application deployment file.

Re: Action Class Not Found

2012-03-11 Thread Dave Newton
On Sun, Mar 11, 2012 at 6:33 AM, muralidhar uttarkar wrote: > I want to know why do we need WAR file? Why should we use ANT build tool.? > War files are the de facto web application deployment file. Ant allows repeatable, environment-independent builds (for developers regardless of their IDE, fo

Re: Action Class Not Found

2012-03-11 Thread Łukasz Lenart
2012/3/11 muralidhar uttarkar : > I want to know why do we need WAR file? Why should we use ANT build tool.? It's up to you and how are you deploying application on production server Regards -- Łukasz http://www.lenart.org.pl/ mobile +48 606 323 122, office +27 11 0838747 Warszawa JUG conferenc

Re: Action Class Not Found

2012-03-11 Thread muralidhar uttarkar
It seems there is some problem with my ant build. I am getting that error only If I generate WAR file with Ant Build tool. and then run that WAR on server. Otherwise, if I run the whole project as it is, It is running without any error. I want to know why do we need WAR file? Why should we use ANT

Re: Action Class Not Found

2012-03-11 Thread Łukasz Lenart
Check if class file is in the folder, try to use clean build file:/E:/murali/my%20office/New%20folder/Eclipse%20Workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/abc/WEB-INF/classes/ Regards -- Łukasz http://www.lenart.org.pl/ mobile +48 606 323 122, office +27 11 0838747

Re: Hello Everybody, I am getting exception Action Class not found

2009-07-03 Thread dusty
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/Hello-Everybody%2C-I-am-getting-exception-Action-Class-not-fou

Re: Hello Everybody, I am getting exception Action Class not found

2009-07-02 Thread Dave Newton
Nagesh Reddy K wrote: Action class [java.struts2.examples.chapter1.HelloWorld] not found - action - file:/D:/tomcat%205.0/webapps/struts2/WEB-INF/classes/java/struts2/examples/chapter1/chapter1struts.xml:9:74 So... does the action exist? Has it been deployed? We're not actually at your machine

Hello Everybody, I am getting exception Action Class not found

2009-07-02 Thread Nagesh Reddy K
org.apache.catalina.core.StandardContext start -- View this message in context: http://www.nabble.com/Hello-Everybody%2C-I-am-getting-exception-Action-Class-not-found-tp24304486p24304486.html Sent from the Struts - User mailing list archive at Nabble.com. - To

Action class not found when using error-page redirect from web.xml

2004-08-30 Thread Craig Dickson
I am attempting to set up an error handling framework for our application. I am aware that we could register an exception handler in the struts config, but we are attempting to achieve a similar result using the basic functionality provided by the web.xml file. We have the following declaration in