I created application folder app1 inthat WEB-INF -->Classes and web.xml
In Classes Servlet1.java as below
web.xml script like below
Compiled sucessfully but when i entered address(http://localhost:8081/app1/s1) in address bar it is giving below message
type Exception report
message Error instantiating servlet class pack1.Servlet1
description The server encountered an internal error (Error instantiating servlet class pack1.Servlet1) that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Error instantiating servlet class pack1.Servlet1..
...........................................................................................................
Are the classes associated with this servlet in the servlet engines classpath? If they're not, that engine is going to have difficulty instantiating the servlet.
IT Training Manager with the Hartmann Software Group