Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Gyan
Hi All, I am using TOMCAT for jsp/servlet deployment. When I am compiling a servlet class it gives an exception that javax.servlet.* not found. javax.servlet.http.* not found. What should i do to remove this exception, so that java file gets compile successfully. how can i set Path

Re: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Ben Souther
how can i set Path CLASSPATH variable? Go here: http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html Once you learn how to set up your classpath, make sure you add servlet.jar to it. Servlet.jar can be found in the TOMCAT_HOME/common/lib directory. Good luck On Thursday

RE: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Schalk
11, 2003 2:47 PM :: To: [EMAIL PROTECTED] :: Subject: Urgent !! Help needed regarding Tomcat web server !! :: :: Hi All, :: I am using TOMCAT for jsp/servlet deployment. :: When I am compiling a servlet class it gives an :: exception that javax.servlet.* not found. :: javax.servlet.http