• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts - startup failed due to previous errors

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi
I am new to struts, and I Downloaded the Struts 2 Design and Programming: A Tutorial by Budi Kurniawan sample application from the below path:

http://jtute.com/

If I try to execute the applications,am getting below error from tomcat and :

Feb 19, 2012 10:18:02 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory app03a
Feb 19, 2012 10:18:02 AM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Feb 19, 2012 10:18:02 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/app03a] startup failed due to previous errors


Added all the lib files in tomcat lib directory, please help to resolve the issue.

Thanks.. Priya
 
reply
    Bookmark Topic Watch Topic
  • New Topic