-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start Tomcat with Hazelcast Tomcat SessionManager when any application includes cache-api.jar #105
Comments
Ok, here is what I have found. With both This seems like a classloader problem. Is it possible to use Tomcat Session Manager with a JAR that does not contain the file |
Same problem occurs here with Hazelcast 3.7.8 as (Hibernate) JCache provider and cache-api-1.1.1.jar, both within the application WEB-INF/lib dir.
|
I have the same problem as well.. |
@manish-in-java how were you resolve this ? |
Describe the problem
cache-api.jar
Expected result
Tomcat should start successfully.
Actual result
Tomcat does not start. The following error stacktrace is seen:
Any help in how to overcome this error will be greatly appreciated.
Additional context
I do not have control over the WAR files and their content, so it will be useful to have a solution that involves changes only to Tomcat configuration.
The text was updated successfully, but these errors were encountered: