On Sat, Aug 27, 2011 at 1:46 AM, dineshram89 wrote: > With FIlter tags: > In web.xml i mentioned the "filter" tags. When i run the index.jsp, Its > not running. Showing ERROR:.......The requested resource (/struts2_app1/) > is > not available. >
Make sure you've turned on debug mode, and increase your logging level to debug. Then check the log on startup. My *guess* is that you're either (a) deploying too few required libraries, or (b) deploying too many libraries and introducing an unsatisfied dependency. But again, you're not supplying enough information for us to help. Dave