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

Re: TilesServlet class not found

2007-04-02 Thread Antonio Petrelli
2007/4/2, Edisandro <[EMAIL PROTECTED]>: Hi guys, My application uses JSF 1.1 and I would like to use Tiles without having to use struts. Many tutorials on the web tell that I can use Tiles without struts by using the org.apache.struts.tiles.TilesServlet class. Short answer: http://tiles.apa

TilesServlet class not found

2007-04-01 Thread Edisandro
andro. -- View this message in context: http://www.nabble.com/TilesServlet-class-not-found-tf3503687.html#a9785181 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: Class not found error when action servlet starts up

2005-02-05 Thread Martin Gainty
gt; To: user@struts.apache.org Subject: Class not found error when action servlet starts up Date: Fri, 4 Feb 2005 17:31:51 -0500 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199]) by MC8-F24.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 4 Feb 2005 14:32:05 -0800 Received: (qmail 37185 in

RE: Class not found error when action servlet starts up

2005-02-04 Thread Sab
Definetly struts config has not been set up properly. Or check your build you may be using. Hope this helps -Original Message- From: Soaring Eagle [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 2:32 PM To: user@struts.apache.org Subject: Class not found error when action

Class not found error when action servlet starts up

2005-02-04 Thread Soaring Eagle
Hello Whenever I try to start my weblogic container, i keep getting a class not found excpetion when loading up the action servlet. I am not sure why... please help me resolve this. FINE: Fire begin() for FactoryCreateRule[className=null, attributeName=null, c [EMAIL PROTECTED] Feb 4, 2005 5

RE: class not found

2004-11-09 Thread David G. Friedman
other application, as if it were in a shared location, not a copy in each webapp. Regards, David -Original Message- From: Nishant [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 3:52 AM To: Struts Users Mailing List; Dakota Jack Subject: Re: class not found yes i am using tomcat i wil

Re: class not found

2004-11-09 Thread Nishant
rence between knowing the path, and walking the path - Original Message - From: "Dakota Jack" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 09, 2004 12:35 PM Subject: Re: class not found > Is the class foun

RE: class not found

2004-11-08 Thread David G. Friedman
Sent: Tuesday, November 09, 2004 1:05 AM To: Struts Users Mailing List Subject: class not found i am getting an exception as - javax.servlet.UnavailableException: Cannot initialize RequestProcessor of clas s org.apache.struts.action.RequestProcessor: java.lang.ClassNotFoundExcepti

Re: class not found

2004-11-08 Thread Dakota Jack
t; <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> > Sent: Tuesday, November 09, 2004 12:11 PM > Subject: RE: class not found > > > > > Hi Nishant, > > > > Replace ur controller tag with follow

Re: class not found

2004-11-08 Thread Nishant
path - Original Message - From: "Sachin Bhutada" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, November 09, 2004 12:11 PM Subject: RE: class not found > > Hi Nishant, > > Replace ur controller t

RE: class not found

2004-11-08 Thread Sachin Bhutada
Hi Nishant, Replace ur controller tag with following one and check it out. sachin -Original Message- From: Nishant [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 11:45 AM To: Struts Users Mailing List Subject: Re: class not found yes i did it but it still

Re: class not found

2004-11-08 Thread Nishant
g the path, and walking the path - Original Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 09, 2004 11:43 AM Subject: RE: class not found > Have you removed all plugIns

RE: class not found

2004-11-08 Thread David G. Friedman
Have you removed all plugIns to make sure it isn't something you are loading? Regards, David -Original Message- From: Nishant [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 1:05 AM To: Struts Users Mailing List Subject: class not found i am getting an excepti

class not found

2004-11-08 Thread Nishant
i am getting an exception as - javax.servlet.UnavailableException: Cannot initialize RequestProcessor of clas s org.apache.struts.action.RequestProcessor: java.lang.ClassNotFoundException: o rg.apache.struts.action.RequestProcessor - Finalizing memory database plug in my struts-config.xml file con

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