Where do I have to put my *.class
file in Tomcat Directory?
In my Java-Complete Reference book, they told to put it in C:\Program Files\Apache Tomcat 4.0\webapps\examples\WEB-INF\classes
. But now i'm using Tomcat 7.0. There is no folder exists with the name "examples" in webapps.
How can I fix this? Can you tell me links that will illustrate Servlets from beginning?