Conal-Tuohy / VMCP-upconversion

Ferdinand von Mueller's correspondence upconversion from MS Word to TEI XML
Apache License 2.0
3 stars 2 forks source link

icons have gone missing on the new server #26

Closed Conal-Tuohy closed 7 years ago

Conal-Tuohy commented 7 years ago

e.g.

Conal-Tuohy commented 7 years ago

Fixed! I'd forgotten to edit Tomcat's server.xml thusly:

    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               proxyName="vmcp.conaltuohy.com"
               proxyPort="80"
               URIEncoding="UTF-8"
               redirectPort="8443" />

XTF generates absolute URIs in its UI (WHY?!), so they referred to localhost:8080 instead of vmcp.conaltuohy.com