Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleEdit server.xml file
  <Service>
...
    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile=".keystore" keystorePass="opencds" />
  </Service>
</Server>

Restart Tomcat, and checkĀ https://localhost:8443/opencds-decision-support-service/evaluate?wsdl

...