It is solved. it is because of the group diffence of the jsp. jsp is in a different group and the compiled jsp classes are in different group. I have changed the ownership of the file and restarted the IBM WebSphere Server using wasadmin and it works.
Barnabas Jeremiah wrote:Hi,
I am getting the following error while loading a jsp in IBM Websphere 6.0 application server. The Jsp is complied successfully and the jsp class file is present in the temp path. but even I am getting the following error.
Error 404: javax.servlet.UnavailableException: SRVE0203E: Servlet [/adhocFileMvServer.jsp]: com.ibm._jsp._adhocFileMvServer was found, but is missing another required class. SRVE0206E: This error typically implies that the servlet was originally compiled with classes which cannot be located by the server. SRVE0187E:
This is my JSP Code where I am calling some java classes.