Creating a Document Directory
This can be created as a subdirectory of
jakarta-tomcat-X.X/webapps/
With the server configuration defined above, I create a subdirectory:
jakarta-tomcat-X.X/webapps/dbc/
This will be the root directory for my HTML documents.
To check my configuration is working properly, I can put a file index.html in dbc/, restart my server, and point my browser at:
http://host.csit.fsu.edu:XXXX/dbc
where host/XXXX is my host/port pair. I should see the contents of the HTML file.