This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am using JSWDK1.0.1, have set the classpath, able to start and stop the server. But having problems in running my servlet. I have a compiled HelloWorldServlet.class file, if i try to open it up in the browser, i get an error saying file not found. I have added the following in the browser http://localhost:8080/HelloWorldServlet but just this http://localhost:8080/ works fine. Where should i put the HelloWorldServlet.class file? Do i need to add anything to the properties file? Could anyone, please let me know, how to execute(open) my HelloWorldServlet in the browser. Thanks,