/weasis-jnlp-distributions

Example of a simple Weasis launcher with an Applet or with Java Web Start

Simple launcher with an Applet or with Java Web Start

THIS PROJECT IS OBSOLETE! Use weasis-pacs-connector 5 instead.

This project is an example on how to override the default package weasis.war without rebuilding it.

  • In pom.xml, change the Weasis version in <properties><weasis.distribution.version>x.x.x (from Weasis 2.0 and later). This version must match to a distribution available in your local maven repository (see How to build Weasis distribution) or from a public Maven repository.
  • Adapt .jsp or .jnlp files
  • Rebuild the .war file: mvn clean package
  • The new distribution file is located in target/web_dist/weasis.war
  • Deploy it and then go to the default page (ex. http://localhost:8080/weasis)

See on demo server

Weasis inside a web browser