PROTOTYPE MESSAGE SERVER

5.3 Running the Prototype

This section describes the steps to run the prototype example.

  1. Start the ActiveMQ Message Broker
  2. Start the Tomcat 5.0 server
        We ran the Tomcat Server inside JBuilder.
  3. Run the MessageServlet within the Tomcat Server.
  4. Start clients
        Webstart the appropriate files inside JBuilder, e.g., send.html, chat.html, index.html. Use the link http://localhost:8080/messageWar/(html file of choice)
  5. Send message to server
  6. Receive message from server