HydraExpress Components : Servlet Development Guide : PART I Introduction : Introduction to Servlet Programming : Stopping and Starting the Agent, and Executing the Servlet
Stopping and Starting the Agent, and Executing the Servlet
The HydraExpress installation includes an rwsfserver script that both starts and stops the Agent runtime, including the servlet container. To load the new servlet, stop the Agent if it is running by entering rwsfserver stop, and then restart it by entering rwsfserver start. These commands must be entered from a command window set up with the HydraExpress environment as described in Chapter 2, “Setup,” in the HydraExpress User Guide.
To execute the servlet, enter the following URL into a browser: http://localhost:8090/examples/HelloWorldExample