Uploaded by 16thanh2003

errors in Servlet

advertisement
– 404 - indicates that the requested resource is not
available.
– 401 - indicates that the request requires HTTP
authentication.
– 500 - indicates an error inside the HTTP server which
prevented it from fulfilling the request.
– 503 - indicates that the HTTP server is temporarily
overloaded, and unable to handle the request.
-----------------------------------------------------------------------------------------------------------------------------------------------------------(1)
“Javaee-endorsed-ap-7.0” library could not be found
Solution: Just go to Tools--> Plugin-->Available Plugins---> Search for EJB and Ear and install it. The problem will be gone.
(2)
java.lang.NoClassDefFoundError: sun/security/ssl/HandshakeStateManager
Solution: Dùng GlassFish 4 cùng với NetBeans 8.2.
(3)
Solution: Right click on the project and select Resolve Missing Server Problem... Then, Select the appropriate Server as
per your project requirement, if not available in the list, then add the server.
Download