Re: Tomcat - Sentry configuration problem

2020-11-10 Thread Christopher Schultz
Tamás, On 11/10/20 15:42, Tamás Barta wrote: This is the content of setenv.sh: CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/sentry-1.7.29.jar CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/slf4j-api-1.7.24.jar CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/jackson-core-2.8.10.jar The web application

Re: Tomcat - Sentry configuration problem

2020-11-10 Thread Tamás Barta
Hi, This is the content of setenv.sh: CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/sentry-1.7.29.jar CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/slf4j-api-1.7.24.jar CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/jackson-core-2.8.10.jar The web application without this sentry configuration works well

Re: Tomcat - Sentry configuration problem

2020-11-10 Thread Christopher Schultz
Tamás, On 11/10/20 13:18, Tamás Barta wrote: Hi, I tried to configure Sentry with Tomcat but I failed. I would like to use the Java Logging appender. I guess I have to add sentry jars to bootstrap jars, so I created setenv.sh with this content: jackson-core-2.8.10.jar sentry-1.7.29.jar

Tomcat - Sentry configuration problem

2020-11-10 Thread Tamás Barta
Hi, I tried to configure Sentry with Tomcat but I failed. I would like to use the Java Logging appender. I guess I have to add sentry jars to bootstrap jars, so I created setenv.sh with this content: jackson-core-2.8.10.jar sentry-1.7.29.jar slf4j-api-1.7.24.jar Of course I set

Re: No Logger information when maximum threads reached. Tomcat 8

2020-11-10 Thread Mark Thomas
This is the third time you have posted essentially the same query to this list. Please see the responses to your previous 2 posts. Mark On 10/11/2020 10:16, Aquib Khan wrote: > Hi, > >   > > We have a usecase where we want that our application should indicate > when it reaches maximum thread

No Logger information when maximum threads reached. Tomcat 8

2020-11-10 Thread Aquib Khan
Hi, We have a usecase where we want that our application should indicate when it reaches maximum thread limit. Our application is deployed in tomcat. Maximum thread limit of tomcat is 200, so If 200 threads are reached, does tomcat provide any logger information? We tried making multiple

Re: NPE while lookup resource in tomcat JNDI

2020-11-10 Thread Arnaud Mergey
Hello Christopher, Thanks for the reply, digging more into this, I found that the cause of my issue was a classloader issue. Lookup for ResourceLink must be done in same classloader tomcat uses to register resources, otherwise