Servlet API
843841May 12 2003 — edited May 12 2003Hi,
I am trying to build servlets and using tomcat server.I need to have these 3 things installed:
The Tomcat Server and JSP engine
The Ant build tool
The Servlet API files from Jakarta
I downloaded the tomcat server and it is working fine for any JSP or servlets.I also have installed ant.But I am not able to understand what do I need to install for "The Servlet API files from Jakarta".
Can anyone send the link which I need to install on my machine.Everything is working fine in my environment and the database connections are also working fine.
But the moment I say "import javax.servlet.*" or any import stmt using javax ,it fails.
I need to know from where do I install javax package and get the things working.
Thanks
Neelu Jain