Re: Problem class loaders dont find classes

2020-08-29 Thread Carles Franquesa
Thank you for your clarification, Mark. And I will try to provide it soon. So far, the app is working fine and I have to put it on production soon. Now I have not time to recover the situation, but am deeply interested in it. So, I will do it in short. Carles Missatge de Mark Thomas del dia dg

Re: Probelm with shutdown script

2020-08-29 Thread Mark Thomas
On 28/08/2020 20:54, Christopher Schultz wrote: > Calder, > > On 8/27/20 18:23, calder wrote: >> On Thu, Aug 27, 2020, 16:16 Christopher Schultz < >> ch...@christopherschultz.net> wrote: > >> [ snip ] > >> If you want to *kill* the application and it won't shut down on >> its >>> own, SIGKILL is

Re: Problem class loaders dont find classes

2020-08-29 Thread Mark Thomas
On 29/08/2020 22:19, Carles Franquesa wrote: > IS NOT ALLOWED TO STORE JSPS IN A HIERARCHY OF FOLDERS. ALL JSP FILES MUST > GO ON THE ROOT WEB FOLDER. That is not correct. JSPs can be placed anywhere in the web application. If you provide the simplest possible set of steps to recreate the problem

Problem class loaders dont find classes

2020-08-29 Thread Carles Franquesa
IS NOT ALLOWED TO STORE JSPS IN A HIERARCHY OF FOLDERS. ALL JSP FILES MUST GO ON THE ROOT WEB FOLDER. Three days to solved it. I feel quite a bit embarrassed for it. Anyway, problem solved! Thanks to whom's been interested on.

shared.loader classpaths

2020-08-29 Thread Carles Franquesa
Hi all, Is anybody out there that could explain to me the way to know which classpath is being used by shared.loader. Or better, for any loader. My problem is the tomcat does not find a class that certainly is in WEB-INF/classes. I tried to set explicitly in all loaders by editing catalina.prope

Re: Red Hat / CentOS specific question about certificates

2020-08-29 Thread Daniel Savard
Le sam. 29 août 2020 à 09:05, Darryl Philip Baker < darryl.ba...@northwestern.edu> a écrit : > I will argue that you can use self-signed certificates in production if > and only if you own and fully control both servers engaged in transaction > as well as all of the connection fabric between the s

Re: Tomcat JDBC Pool Cleaner Deadlock Problem

2020-08-29 Thread Phil Steitz
On 8/27/20 2:47 AM, Gokhan Akgul wrote: Hi , I have been facing the deadlock issue for the last 2 months about JDBCPoolCleaner Thread . Following config set in context.xml Thread dump Tomcat JDBC Pool Cleaner[63445188:1598345711425] id=16 state=BLOCKED - waiting to lock <0x57dcb0b

Re: Red Hat / CentOS specific question about certificates

2020-08-29 Thread Darryl Philip Baker
I will argue that you can use self-signed certificates in production if and only if you own and fully control both servers engaged in transaction as well as all of the connection fabric between the servers. If these conditions are true and someone can execute a man-in-middle attack, I will asser