Client Cert TLS issue

2019-10-15 Thread George Stanchev
Hi, I would need some help with tracking an issue with TC 8.5.47 (windows x64, java: azul 1.8.0_222) configured with [1] and tcnative-1.dll. When a simple client tries to connect to the server, the server hangs on SSL handshake until either the client times out on read or the server times out

Re: [OT] Re: Question about DirResourceSet?

2019-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 10/15/19 09:37, Mark Thomas wrote: > On 14/10/2019 20:29, André Warnier (tomcat) wrote: >> From a long-time (occasional) list contributor : That's a nice >> post, in many ways, and a good way to get quick and useful >> answers. I only

Re: [OT] Re: Question about DirResourceSet?

2019-10-15 Thread Robert Olofsson
Hi! On Tue, 2019-10-15 at 14:37 +0100, Mark Thomas wrote: > Generally, no. You've done it in what I'd consider to be the "safer" way > by exposing all the JARs visible to the client to the application's > class loader rather than the other way around. Ok, good to hear, we will try this and

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

2019-10-15 Thread Rony G. Flatscher (Apache)
Hi Chris, > On 10/13/19 08:40, Rony G. Flatscher (Apache) wrote: ... cut ... > > Or with other words, what is needed to allow "<%@page > > language="rexx"%>" ("rexx" being a javax.script.Engine, could be > > "javascript", "jython", "php", "jacl", "jlog", ...), which might > > be the easiest for

Re: efficient redirect map with embedded Tomcat

2019-10-15 Thread Garret Wilson
On 10/15/2019 6:06 AM, Christopher Schultz wrote: (The use case is simply to migrate some old URLs that have probably been indexed already or even linked on the web. Theoretically the entire site would need to redirect its old URLs, but probably only the pages.) So, just to be sure, you are

Re: [OT] Re: Question about DirResourceSet?

2019-10-15 Thread Mark Thomas
On 14/10/2019 20:29, André Warnier (tomcat) wrote: > From a long-time (occasional) list contributor : > That's a nice post, in many ways, and a good way to get quick and useful > answers. > I only regret that my own knowledge is not sufficient to provide such an > answer. > (We regularly complain

Re: efficient redirect map with embedded Tomcat

2019-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 10/14/19 04:50, Mark Thomas wrote: > On 13/10/2019 23:46, Garret Wilson wrote: >> On 10/13/2019 11:52 AM, Mark Thomas wrote: >>> That depends on how you define best. Simplest to implement? >>> Easiest to maintain? Minimum overhead? >> >>

Re: efficient redirect map with embedded Tomcat

2019-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Garret, On 10/13/19 18:46, Garret Wilson wrote: > On 10/13/2019 11:52 AM, Mark Thomas wrote: >> That depends on how you define best. Simplest to implement? >> Easiest to maintain? Minimum overhead? > > How about, "What best follows the spirit of

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

2019-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rony, On 10/13/19 08:40, Rony G. Flatscher (Apache) wrote: > Chris: > > thank you for your information and reflections! > >> On 10/10/19 08:16, Rony G. Flatscher (Apache) wrote: >> > ... cut ... >>> Maybe if some standard "script" taglib library