Where is the class file located? is it located at <context>/WEB-INF/classes/<package>/LoginServlet
(note the capitalisation in the class name, by convention this is preferred and encouraged rather than all lower case)
lokesh rajarathnam
Ranch Hand
Joined: May 17, 2007
Posts: 35
posted
0
Hi David...
the project... <project name>/src/<package>/loginservlet.java
after deploying this i get "ClassNotFoundException" (error 500,) and Internal problem occur. Later i add servlet-api.jar to my project lib folder... then also the same problem....
what can i do... ? How to over come...?
lokesh rajarathnam
Ranch Hand
Joined: May 17, 2007
Posts: 35
posted
0
Originally posted by lokesh rajarathnam: Hi David...
the project... <project name>/src/<package>/loginservlet.java
after deploying this i get "ClassNotFoundException" (error 500,) and Internal problem occur. Later i add servlet-api.jar to my project lib folder... then also the same problem....