To run a simple Servlet program
Perform the following tasks:
- Compile the HelloWorldServlet.java file using a Java compiler.
- Run servletrunner to host the servlet.
- Activate the servlet from the browser by typing the URL http://localhost:8088/servlet/HelloWorldServlet into the browser.