Re: Any tutorials or hints about JSP using javax.script engines instead of Java?

2019-10-11 Thread George S.
I'm a little confused. What would one hope to gain by doing this? On 10/8/2019 9:11 AM, Rony G. Flatscher (Apache) wrote: Does anyone know of any tutorials that would demonstrate how to use any javax.script language in JSPs instead of Java (e.g. using Jython or JavaScript instead)? If not,

Re: Any tutorials or hints about JSP using javax.script engines instead of Java?

2019-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rony, On 10/10/19 08:16, Rony G. Flatscher (Apache) wrote: > Hi Chris, > >> On 10/9/19 07:08, Rony G. Flatscher (Apache) wrote: >>> On 08.10.2019 21:16, André Warnier (tomcat) wrote: On 08.10.2019 17:11, Rony G. Flatscher (Apache) wrote: >

Re: Memory Leakage Problem in Tomcat 7.0.94

2019-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ankit, On 10/11/19 00:52, ankitr.de...@spec-india.com wrote: >> 1. Allow Tomcat to clear these references, and otherwise ignore >> the error messages> > Can you please let us know how to Allow Tomcat to clear these> > references? Have another look

efficient redirect map with embedded Tomcat

2019-10-11 Thread Garret Wilson
This is a question for Tomcat experts before I get started implementing a new feature. Let's say I'm embedding Tomcat to serve static files. At the time of creation I know that certain paths, such as `foo/bar.txt`, should redirect to other paths, such as `some/other.txt`. What's the best way

RE: Performance test with Tomcat 9 shows increased cpu/disk usage because of repeated opening/closing of jars in WEB-INF/lib

2019-10-11 Thread Rhuberg,Anthony
We continue to profile our application and have found instances of using TransformerFactory.newInstance(). The more concerning problem is third party dependencies that do this or something similar we could not fix. Jar modified times are not changing - I did not mean to state or otherwise

Re: Setting samesite attribute on JSESSIONID

2019-10-11 Thread Thad Humphries
On Thu, Oct 10, 2019 at 2:08 PM David Cleary wrote: > Have a customer asking about this. I see Tomcat supports it here. > https://tomcat.apache.org/tomcat-9.0-doc/config/cookie-processor.html > > We currently use defaults, so I'm looking for an XML fragment and the file > it goes in to add the

Re: tomcat with SiteMinder

2019-10-11 Thread tomcat
On 11.10.2019 05:11, Bauer, Margaret M (Peggy) wrote: Has anyone used tomcat with SiteMinder without having a webserver in front of it? If so, where can I find the how to? In the SiteMinder documentation ? (No kidding. As I recall, they do provide examples with multiple webservers.) thank