Help please, I cannot run my servlets, I've got the same error when running any servlet: type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935)
George Pavamani
Ranch Hand
Joined: Jan 31, 2002
Posts: 31
posted
0
Posting your Code might be more helpful to solve the problem. George
raj sekhar
Ranch Hand
Joined: Oct 16, 2001
Posts: 117
posted
0
..yeah, more code will be helpful. On the msg you posted, it appears that it is not able to load the servlet. I wud think that the server is not able to find the path(classpath). Please check your paths Thanks RS
Andres Pineda
Greenhorn
Joined: Mar 06, 2002
Posts: 9
posted
0
thankyou!!!, You've solve my problem, like raj sekhar said, the server was not able to find the path. see you, and thank you again.