Versions Compared

Key

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

...

Note: Sources can also be browsed online

Building dcm4chee-web.war

...

  • Download a dcm4chee package (any db package, ex. dcm4chee-2.14.7-mysql.zip)
  • Create new Java project (see example of dcm4chee-web 2.15.0 browsed online, Eclipse project)
  • Extract dcm4chee-web.war
  • Link required binaries (commons-codec.jar,dcm4che.jar,dcm4chee-ejb-client.jar,jboss-j2ee.jar,servlet-api.jar,slf4j-api-1.6.1.jar) to the project from default/lib/ or from jboss 4.2.3 (if not installed in dcm4chee)
  • Link required binaries (maverick.jar and dcm4chee-web.jar) from ddcm4chee-web/WEB-INF/lib/
  • Add viewer.gif in dcm4chee-web/images
  • Add launcher.properties in dcm4chee-web/viewer
  • Add java sources in src folder
  • Move the content of the WEB-INF/classes in etc/message
  • Copy build.xml and modify it if necessary

...