Re: tomcat shared classloader

2023-04-06 Thread Kevin Huntly
totally my fault sorry it was permissions On Thu, Apr 6, 2023, 16:42 Christopher Schultz wrote: > Kevin, > > On 4/6/23 16:26, Kevin Huntly wrote: > > I've placed a utility jar in ${catalina.home}/shared/app for use across > all > > my webapps. However, I'm getting ClassNotFound exceptions when

Re: tomcat shared classloader

2023-04-06 Thread Christopher Schultz
Kevin, On 4/6/23 16:26, Kevin Huntly wrote: I've placed a utility jar in ${catalina.home}/shared/app for use across all my webapps. However, I'm getting ClassNotFound exceptions when trying to use the shared stuff. Any ideas? What version of Tomcat? Have you changed the configuration from

tomcat shared classloader

2023-04-06 Thread Kevin Huntly
Hello, I've placed a utility jar in ${catalina.home}/shared/app for use across all my webapps. However, I'm getting ClassNotFound exceptions when trying to use the shared stuff. Any ideas? Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311

Re: Accessing Tomcat Sessions

2023-04-06 Thread Christopher Schultz
Chew Kok, On 4/5/23 20:31, Chew Kok Hoor wrote: Thanks for your suggestion. Do you have any url reference / resource related to getting JMX from within the same JVM? I am currently accessing from a servlet when verifying sessions. You need to know how to access the JMX management system in