Re: Tomcat - Sentry configuration problem

2020-11-11 Thread Tamás Barta
seems that adding an empty jar to classpath case this classloading problem :( Regards, Tamas On Wed, Nov 11, 2020 at 12:33 PM Martin Grigorov wrote: > Hi, > > On Wed, Nov 11, 2020 at 11:20 AM Tamás Barta wrote: > > > Hi, > > > > The ways you wrote is not usa

Re: Tomcat - Sentry configuration problem

2020-11-11 Thread Tamás Barta
is only in $CATALINA_BASE/lib/servlet-api.jar. Thanks, Tamás On Wed, Nov 11, 2020 at 9:46 AM Martin Grigorov wrote: > Hi, > > On Wed, Nov 11, 2020 at 10:36 AM Tamás Barta wrote: > > > Hi, > > > > Now it is a Spring Boot web application project without embedded tom

Re: Tomcat - Sentry configuration problem

2020-11-11 Thread Tamás Barta
java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 38 more On Tue, Nov 10, 2020 at 11:28 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Tamás, > > On 11/10/20 15:42, Tamás Barta wrote: > > This is the content of setenv.sh: > > > > CLASSPATH=$CLASSPATH:$CATAL

Re: Tomcat - Sentry configuration problem

2020-11-10 Thread Tamás Barta
t> wrote: > 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

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 logging.propertie