The "Reference C-CDA Validator API Documentation" page content (http://localhost:8080/referenceccdaservice/swagger-ui.html) doesn't load with tomcat 10. The swagger page loads, but the api information doesn't populate on the page. The JS console on the page reports a 404.
Dropping to tomcat 9 fixed the issue.
Relevant info:
Not-compatible docker base image:tomcat:10-jdk8
Working docker base image:tomcat:9-jdk8
Ideally, it'd be great to get the validator working with tomcat 10. At the least, it'd be nice to update the setup documentation to indicate that tomcat 10 isn't supported.
The "Reference C-CDA Validator API Documentation" page content (http://localhost:8080/referenceccdaservice/swagger-ui.html) doesn't load with tomcat 10. The swagger page loads, but the api information doesn't populate on the page. The JS console on the page reports a 404.
Dropping to tomcat 9 fixed the issue.
Relevant info:
Not-compatible docker base image:
tomcat:10-jdk8Working docker base image:
tomcat:9-jdk8Ideally, it'd be great to get the validator working with tomcat 10. At the least, it'd be nice to update the setup documentation to indicate that tomcat 10 isn't supported.