OO Programming with Java


Web Applications & Databases

Finally, the server can be started and logs' files help to control the behavior of the server.

bin/catalina.sh start # stop
cat logs/catalina.out 
  1. At this point, the admin page and some examples are accessible with the following urls:
google-chrome http://127.0.0.1:8080/ # App manager
google-chrome http://127.0.0.1:8080/examples
google-chrome http://127.0.0.1:8080/examples/websocket/chat.xhtml

3 - 16