Skip to content
This repository has been archived by the owner on May 13, 2018. It is now read-only.

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

Notifications You must be signed in to change notification settings

nroduit/weasis-jnlp-distributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published