• 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

Struts2 newbie: Exception during startup

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am a new struts2 user. I downloaded struts 2.1.8.1 and started from scratch using the struts-blank.war. I tried to tweak to build my own webapp, but I get the following exception during tomcat startup:


Since there is no proper exception message that I can understand, it is getting difficult to debug. Please help me.
struts.xml content:

Content of web.xml


Please help.
 
Nick Sher
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No problem, I got it. For some reason the action class did not get compiled and hence the action was not initialized. Due to the unfamiliar error, I got distracted in other direction.

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic