testdriven / psi-probe

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe
8 stars 1 forks source link

support tomee out of the box #397

Closed padcom closed 9 years ago

padcom commented 9 years ago

From rmannibucau@gmail.com on January 13, 2014 22:57:01

TomEE is overriding server info so https://code.google.com/p/psi-probe/source/browse/trunk/tomcat70adaptor/src/main/java/com/googlecode/psiprobe/Tomcat70ContainerAdaptor.java test fails. Here is what tomee provides by default: "Apache Tomcat (TomEE)/7.0.50 (1.6.1-SNAPSHOT)".

A workaround is to add the system property tomee.keep-server-info=true but then you loose the previous feature (useful to know what is a tomcat or a tomee in a cluster/infra)

Original issue: http://code.google.com/p/psi-probe/issues/detail?id=397

padcom commented 9 years ago

From MALfunct...@gmail.com on January 14, 2014 08:22:43

Status: Duplicate
Mergedinto: 396