PDA

View Full Version : Unable to include servlet package


thegreat _akash
Dec 28, 2008, 09:14 PM
I have installed apache tomcat 5.5 n also set the classpath but at the time of compiling the servlet prog it is giving error unable to include import javax.servlet.*; n cannot find many symbol like HttpServlet,ServletConfig... So give me some answer on this.

jstrike
Jan 7, 2009, 09:21 AM
Make sure that servlet-api.jar in the Tomcat lib folder is in your class path.