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.
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
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
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
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
> 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
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
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
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
9 matches
Mail list logo