Skip to content

Releases: intercommit/basic-jsp-embed

Tomcat 8.0.33 and websocket demo

25 Apr 11:43
Compare
Choose a tag to compare

The pages-filter will forward requests to "/websocket" to allow for websocket connections, the demo includes an "echo" websocket. Tomcat is updated to version 8.0.33 and slf4j/logback is also updated (the latter may break existing logback configurations).

Update for Tomcat 8.0.32

22 Feb 14:15
Compare
Choose a tag to compare

Update to Tomcat 8.0.32 and update parent pom with newer Maven components.

Update for Tomcat 8.0.30

17 Dec 14:43
Compare
Choose a tag to compare

Tomcat 8.0.30 no longer adds a "/" by default to the request URI which results in a home-page request path "" (empty string) which was not mapped with a controller. This bugfix release adds a default mapping from "" to the home-page and some utility methods to allow easy registration of the home-page controller (factory) to the various PATH_HOME pages.

Revised resources registration

11 Nov 14:54
Compare
Choose a tag to compare

This version introduces a new method and class for registering jar- and directory-resources. The location for web-app resources moved from "META-INF/resources" to the default WAR-file like locations ("/" and "/WEB-INF"). The new class solves a problem where registered jar-resources were 'forgotten' after Tomcat restarted.

Improved Tomcat error detection and SSL support classes

14 Sep 11:21
Compare
Choose a tag to compare
  • The Launcher will try to detect Tomcat startup errors and will exit when an error is detected. If no error is detected, the Launcher (running in the main-thread) blocks (to prevent the JVM from shutting down) until Tomcat stops.
  • Appboot updated to register the hashCode of the boot-classloader so that it is easier to find the boot-classloader.
  • Added SSL support-classes for custom SSL provider for use with Tomcat https.
  • Tomcat embedded version updated to 8.0.26

Tomcat 8 based version with many improvements

03 Jun 10:59
Compare
Choose a tag to compare

Added ".GH" to version to ensure proper build.
AppBoot is unchanged in function, basic-jsp-embed saw many improvements.

Tomcat8 compatible release

07 Feb 12:41
Compare
Choose a tag to compare
v1.1.0

Oops, portNumber not used.

Last Tomcat7 compatible version

07 Feb 09:25
Compare
Choose a tag to compare
v1.0.2

Last of the c:url use