java
When I Tried to change “Servlet-Class” name it throws http status 500
, I am a beginner to java ,jsp .I Don't know about the use of servlet and servlet-mapping. I think it is the connection between java and jsp. What problem I encountered is when I tried changed the servlet-class and class name to Registers(which i underlined in red line) and run the program it throws this error- HTTP Status 500 - Wrapper cannot find servlet class Registers or a class it depends on I downloaded this project from internet. If I Change the class name and servlet-class name back to old name as 'Register' it works perfectly why I am getting this error.what should i do to change the class name. Thank u.
Related Links
Maven build Compilation error : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project Maven
Android TableRow equal cell spacing not working
What is the meaning of E/OpenGLRenderer: saveGfxinfoFileDisabled - enabled showing up too many times in logs
Using java to generate WSDL with given parameters
How to use If condition in Button intent call?
Java Socket: Server won't read input until client server is closed -> Server can't response to client
Calculating Divisors & Outputting a String to a JLabel
Java Error: Exception in thread “Thread-5423” java.lang.ArrayIndexOutOfBoundsException [duplicate]
How can I host a LAN server on an Android device? [closed]
Best way to store sstring and translations in a program
Spring Boot to start with Oracle Configuration
Spring MVC AccessDeniedException 500 error received instead of custom 401 error for #PreAuthorized unauth requests
It is posible to expand a JTextArea or JTextPane by clicking on it?
Get full entities with Hibernate envers
Path Wont Close JavaFX
How to JTable print PageSetup?