Skip to content

Caché WEB Terminal v3.1.4

Compare
Choose a tag to compare
@nikitaeverywhere nikitaeverywhere released this 13 Dec 19:14
· 428 commits to master since this release

This release brings these major changes:

  • Static web (CSP, CSS, JS, etc) removed and replaced by RESTful application available at http://<server>/terminal/;
  • No need to write into CACHELIB anymore: place Caché Web Terminal to any namespace;
  • Finally fixed terminal's /update command: any future releases won't be missed! (please, update to v3.1.4 manually);
  • Other minor fixes.

Install guide

Just import XML into any namespace (user must have system access) and visit <host>/terminal/ in your browser.

Update guide (from versions under 3.*)

  • Delete /csp/sys/webterminal CSP application manually;
  • Delete system %WebTerminal package;
  • Go through the install guide above;