I installed JDK 1.3.0 and Apache Tomcat 3.2.1 on my box. I have installed both and set the path and classpath correctly. I can start Tomcat and run the Servlet examples that came with Tomcat. So, I create a simple servlet and place it in the same directory as the examples and compile it. Everything is fine. Now, I load the servlet via the browser (http://localhost:8080/examples/servlet/MyServlet) and it comes up just fine. Now, when I go and modify MyServlet src file and then re-compile. When I refresh the url above, I am not seeing the changes I made to my servlet. It still shows thre servlet the way it was prior to my change. So, what am I missing here? Any help would be great.