I want to run servlets on my PC at home. I have installed tomcat and java software. I've edited my Path variable, and det a JAVA_HOME variable. Where do I download the javax.servet class files to? Do I need to download them at all? I have them in the ROOT of the tomcat, but when I compile, it tells me that javax.servlet does not exist when I try and import. My PC does not have a classpath variable, so how do I point it to the servlet.jar file if that's what I need to do? ALso, any tips on getting servlets to run in tomcat once I am properly importing the javax files???
Many thanks.
Many thanks.