Cannot invoke the APIs defined in Servlet 2.4 after installing the TOMCAT5
843841Jan 7 2004 — edited Aug 31 2005I have no idea why I still cannot invoke the API like request.getRemotePort() and response.setCharacterEncoding() API after I upgraded to TOMCAT 5.0.
I have included the servlet-api.jar provided with the TOMCAT 5.0 in the class path, but the compiler still cannot resolve the symbols (the above APIs)...
How can I do?