This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hello All, I have logon.jsp in c:\jakarta-tomcat\webapps\examples\jsp\ and VerifyUser.java and VerifyUser.class ( servlet ) in c:\jakarta-tomcat\webapps\examples\web-inf\classes I deleted VerifyUser.class from the above folder and clicked on the submit button in JSP. Strange... It's still loading servlet and displaying latest data entered in JSP screen. What could be the reason ? Hidden copy of class file ? Below is the code from JSP to call servlet. <form method="post" name="logon" action="http://localhost:8080/examples/servlet/VerifyUser"> Thanks