score:0
try changing your action in struts.xml to:
<action name="verify" class="com.anirban.strutstest1.loginaction" method="execute">
also try to put struts.xml in web-inf/classes
score:1
thanks buddies. i have got the answer. jar was older. i have replaced
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.strutsprepareandexecutefilter</filter-class>
</filter>
with
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.filterdispatcher</filter-class>
</filter>
Source: stackoverflow.com
Related Query
- Struts 2 basic web application 404 error
- Basic web application but getting 404 error Tomcat/Eclipse
- Struts2 Web application 404 error
- Getting HTTP Status 404 error when trying to deploy war file of my web application on tomcat
- Simple Web Application Tomcat 7.0.x 404 Error Eclipse Kepler
- Error while deploying web application to Amazon elastic beanstalk
- Error with web application (Eclipse, Spring, GWT) - reportUnusedDeclaredThrownExceptionIncludeDocCommentReference
- Running dynamic web projects on Eclipse brings up a 404 error in Tomcat 7
- Runtime error for a basic javafx11 application using jdk11 and Eclipse 2019-03 (4.11.0)
- 404 error when running Jersey web app on Tomcat 7 in Eclipse
- Basic Spring MVC web app causes "ContextLoaderListener" error
- HTTP Status 404 in Struts2 web application
- Servlet mapping not found error while deploying JAX RS application to web sphere 8.5
- 404 when setting up Eclipse Dynamic Web Application
- Hello World Struts 2 Eclipse project 404 error
- Web service error HTTP Status 404 - Not Found
- Why am I receiving this 404 Error in my Maven Dynamic Web Module?
- HTTP 404 error - in simple Struts2 application
- App gives 404 error on Tomcat when compiled in MySQL with Struts 2 and Hibernate on Eclipse
- Error while building Struts Application using Ant
- SEVERE error in Eclipse Web application Startup
- Error 404 Jersey Tomcat Eclipse Web service
- 404 error on java web app with tomcat, struts2, and eclipse
- Spring Web MVC Project 404 error
- error in running a web application on tomcat server
- Eclipse error adding web application to websphere liberty profile. Project facet Dynamic Web Module version 2.5 is not supported
- Java Restful Web service 404 Error
- Rest Web service 404 error - Tomcat Eclipse
- Error starting Web sphere 8.5 application server
- HTTP Status 500 - Servlet.init() for servlet Jersey Web Application threw exception REST web-service error
More Query from same tag
- Eclipse keeps saying theres an error
- Adding an existing package to existing Java Project in eclipse?
- JavaFX GUI doesn't run when I put a while loop into the code, but does when gotten rid of
- error running builder in GaeNature, Google App Engine in Eclipse
- Java source code editor as an Eclipse view
- Cloudbees SDK Installation failure for Eclipse Indigo SR2
- Eclipse - Installing plugin with dependencies
- how to fix mac'os problem with jubula autagent "autagent quit unexpectedly"?
- Android send mpegts streams over udp
- Error in compiling pocketsphinx for Android
- File Path in Eclipse (Java)
- Could not fetch model of type 'EclipseProject' using Gradle
- Eclipse: The .classpath containsa a library that will not be available during continuous integration
- Eclipse IDE: Filter files by filename in Working Set
- Exporting Wicket to a Web Server
- Java Project with modules in one Jar
- How to make VSCode search files inside Jars
- Android emulator is not working in linux
- Eclipse Java Autocomplete for Drools
- Unexpected output in a basic networking client
- Failed to resolve: com.nineoldandroids:library:2.4.0 in android studio project
- The run result is different between java command line and eclipse
- Adding .class files to an Eclipse project
- Hello World project will not compile
- archive for required library could not be read or is not a valid ZIP file
- Trying to create maven dynamic web project in eclipse with java and clojure
- Delete an item using an OnItemLongClickListener
- App remains open after clicking exit? what is wrong?
- @RequiredArgsConstructor does not generate constructor
- Flash Builder 4 + Red5 IDE Plugin