How does Tomcat know what an XML stream (from a URL) should be translated to? In other words, if I issue the following URL to Tomcat:
How is that translated so Tomcat knows to actually load say:
proj/Login.html
or in a more complicated situation if I have a directory structure with all of my HTML files that looks like:
proj/HTML/Login.html
Is that done in the server.xml file?
How is that translated so Tomcat knows to actually load say:
proj/Login.html
or in a more complicated situation if I have a directory structure with all of my HTML files that looks like:
proj/HTML/Login.html
Is that done in the server.xml file?