In the meantime I have prepared a few nutshell examples to demonstrate how to use scripting languages with Tomcat for the talk.
In case anyone is interested you can find them here (a rather old Linux machine): * Tomcat 9 (Java EE): <http://137.208.114.23:42857/demoASF2021/>, Java 8 LTS * Tomcat 10 (Jakarta EE): <http://137.208.114.23:42858/demoASF2021/>, Java 11 LTS The scripting languages (not sure whether I keep all of them for the talk) currently are: * ooRexx (implemented in C++ with a Java bridge) * JavaScript (Nashorn, JVM) * Groovy (JVM) * Jython (JVM) * PHP/Resin (JVM) You will be able to see the sources of the JSPs and the code right via the supplied JSP-links. Any remarks/feedback welcome! ---rony P.S.: Please note, I will be off for a few days starting tomorrow noon such that the test server will not be serviced. On 20.08.2021 12:13, Rony G. Flatscher (Apache) wrote: > Hi there, > > in a month ApacheCom@Home 2021 [1] starts and has a Tomcat Track [2] in which > I will present a talk > "Apache Tomcat: Enabling Scripting Languages in JSPs" [3]. About getting > ready to prepare the slides > and samples I was wondering whether anyone in the Tomcat community would have > questions, ideas, > suggestions, curiosities etc. and would kindly request for input if you have > any. > > ---rony > > [1] ApacheCon@Home 2021: <https://www.apachecon.com/acah2021/tracks/> > [2] Tomcat track: <https://www.apachecon.com/acah2021/tracks/tomcat.html> > [3] Apache Tomcat: Enabling Scripting Languages in JSPs: > <https://www.apachecon.com/acah2021/tracks/tomcat.html#T1540>