i inherited a legacy application deployed on websphere. part of my task is to create a servlet. however when after checking out the project from SVN and creating my servlet, i get a Portlet Unavailable error.
When i removed the servlet-api.jar, the portlet is working properly again. however, my servlet won't run anymore as the project does not have the servlet jar file. naturally, all references to the said jar file now generates cannot be resolved errors.
i then checked existing servlets created by the previous programmer and found that they do not have the above mentioned errors. the only difference i can see is that the IDE, IBM RAD, has yellow arrows besides these lines of code:
while mine has these:
have you ever encountered this?