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
No Servlet Container Info from jolokia info #251
Comments
Hello, got the same issue. Environment:
The Problem seems to be the pattern in Class jolokia/agent/core/src/main/java/org/jolokia/detector/TomcatDetector.java. This Class evaluates the attribute serverInfo. In my case serverInfo is set to : "Apache Tomcat/8.0.14 (Debian)". A fix would be nice because mk_jolokia script from check_mk evaluates productinformation and does container dependend checks if set. Thanks for your help |
Sorry, I was too fast (thats not often the case ;-) Thanks for the PR, I'm just pushing a snapshot. @lgbff what Tomcat are you using ? |
tbh, I don't know when I'm going to release 1.3.4, hopefully soon but I don't have much 'material' yet for it. |
Thanks for the quick fix. Deleted PR. The release is no problem for me - latest snapshot is all i need. |
Quickfix for those who cannot wait until release of 1.3.4:
For details see: https://tomcat.apache.org/tomcat-8.0-doc/security-howto.html#Security_manager |
Cool, thx for the tip. 1.3.4-SNAPSHOT has been pushed, please let me know whether it works for you (and reopen the issue if not) |
I try the follow uri:
wget http://localhost:80/jolokia/
response:
The info block is empty, why?
Is the a tomcat settings problem?
The text was updated successfully, but these errors were encountered: