Re: Help with problem: ThreadLocal left after stopping tomcat

2012-03-11 Thread Aum Strut
Tom, If the issue still persist, i suggest you to open a JIRA ticket with information about your use-case as it might be still be a bug On Wed, Mar 7, 2012 at 7:47 PM, Tom K wrote: > Thanks for the reply. > > Based on my experimentation it appears these threads are started by the > Struts framew

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