I am using Java Web Server to deploy Servlet Application. I used to paste the
class files in the Classes folder. But When i try to execute the servlet by
using the address, the browser responds with a message like "class not found"
Can any body help me to deploy my application in the right manner in JWS by
specifying the procedure.
http://localhost:9090/servlet/Servletmane is it right or wrong?