| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bastillion-upgrade-3.08.00.jar | 2019-09-10 | 3.6 MB | |
| bastillion-jetty-v3.08_00.tar.gz | 2019-09-08 | 19.0 MB | |
| 3.08.00 source code.tar.gz | 2019-09-08 | 648.1 kB | |
| 3.08.00 source code.zip | 2019-09-08 | 768.9 kB | |
| README.md | 2019-09-08 | 1.1 kB | |
| Totals: 5 Items | 24.0 MB | 0 | |
Upgraded jetty to 9.4.20.v20190813. Update jquery and floathead. Upgrade xterm to 3.14.5. Added account lockout based on expiration in days.
To migrate from 3.06.00
- Install Open-JDK / Oracle-JDK - 1.9 or greater
apt-get install openjdk-9-jdk (or openjdk-11-jdk)
- Backup previous bastillion.h2.db data store (possibly named keybox.h2.db)
- Copy old jetty/bastillion/WEB-INF/classes/keydb folder (and it's contents) to the jetty/bastillion/WEB-INF/classes directory of the new installation.
- Copy old jetty/bastillion/WEB-INF/classes/bastillion.jceks to the /jetty/bastillion/WEB-INF/classes directory of the new installation.
- Copy old jetty/bastillion/WEB-INF/classes/BastillionConfig.properties to the /jetty/bastillion/WEB-INF/classes directory of the new installation.
- Adjust settings or copy as needed for the jaas.conf, log4j2.xml, keystore, jetty-ssl.xml and jetty-http.xml
-
Run upgrade on the data store copied to the new installation
java -jar bastillion-upgrade-3.08.00.jar <whatever path>/jetty/bastillion/WEB-INF/classes/BastillionConfig.properties