Versions Compared

Key

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

...

Status
colourYellow
titledraft
TBD

 

Installation in your own webservlet container

...

  • The (Web) adresse is easier to read.
  • The (Web) adresse doesn´t have to be changed in the bookmarks of clients each time a new version comes out.

jade-history-<version>.xml example for a jetty context configuration

Panel
borderColorgrey
borderWidth1
borderStylesolid

<?xml version="1.0" encoding="ISO-8859-1"?>
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/jade-history-viewer</Set>
<Set name="war">/opt/web/jetty_base/webapps/jade-history-viewer-<version>.war</Set>
<Set name="extractWAR">true</Set>
</Configure>