Hi Ed, Jetty has always been nice in terms of how you can customize and embed it. That's its niche (with system integrators), whereas Tomcat is more recognized as the de-facto reference open source Servlet container for web app developers.
Prior to IBM's acquisition of JZOS, we used to include sample JCL with JZOS for starting both Tomcat and Jetty using the JZOS batch launcher. Here's a post in our Community forum from 2005 that mentions support for this with IBM Java SDK 1.3! http://community.dovetail.com/forum/viewtopic.php?f=1&t=122 Curious: Is there something relative to RACF keyrings or TLS 1.2 in Tomcat8 / SDK8 that can't be done with Tomcat 7 and z/OS SDK 7? http://www-03.ibm.com/systems/z/os/zos/tools/java/products/j5security.html I suppose that some of the JCE/JSSE interfaces are cleaner in Java8 ? http://docs.oracle.com/javase/8/docs/technotes/guides/security/enhancements-8.html Kirk Wolf Dovetailed Technologies http://dovetail.com On Wed, Jan 11, 2017 at 10:11 AM, Ed Jaffe <[email protected]> wrote: > On 12/21/2016 7:18 AM, David Crayford wrote: > >> We're currently developing a product with a web UI that uses a Java >> application server running on z/OS, either Tomcat or Jetty. >> > > We use Tomcat 8.5.6 on top of Java 8, which gives us RACF keyring and TLS > 1.2 support. > > Is Jetty a good alternative to Tomcat for ISVs? > > -- > Edward E Jaffe > Phoenix Software International, Inc > 831 Parkview Drive North > El Segundo, CA 90245 > http://www.phoenixsoftware.com/ > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
