Versions Compared

Key

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

.panel {-moz-border-radius: 7px;
border-radius: 7px;}
.panelMacro table {-moz-border-radius: 15px;
border-radius: 15px;}
Panel
borderWidth2
borderStylesolid

This page describes how to install Weasis.

Weasis is launched from the dcm4chee administrative web interface, as shown in the pictures below. It may also be copied to a CD (or other removable device) with images.

...

  • Configure Weasis
    The default configuration of Weasis is stored in two files inside weasis.war.
    To override the default configuration, :
    • Go here.
      Select the latest version and navigate to src/main/resources
      Download weasis-connector-default.properties and rename it weasis-pacs-connector.properties
      Download weasis-jnlp-default.xml and rename it weasis-jnlp.xml
    • Copy the files to the classpath of the Servlet container. The best location would typically be server/default/conf.
    • Edit the configuration as needed.
      For example, dcm4chee may be running on a different computer than Weasis, or the AE Title of dcm4chee may have been been changed.
      If so, edit weasis-pacs-connector.properties. Change pacs.host, pacs.port, and pacs.aet.
      Changes to weasis-jnlp.xml are needed less often.

...