Apache Tomcat HTTP

If you copy any regular html file into $CATALINA_HOME/webapps/ROOT it will be available via a web browser.

For example...

echo "hello world" >$CATALINA_HOME/webapps/ROOT/mypage.html

This URL will now be available...

Replace localhost with your server name...

http://localhost:8080/mypage.html