On 17/12/2015 21:32, Jerry Lampi wrote: > Specifically, I need to know if the value of clientAuth in the Connector > for port 443 is set to true. > > Here is my connector: > <Connector > port="443" > clientAuth="true" > scheme="https" > secure="true" > SSLEnabled="true" > maxThreads="200" > protocol="org.apache.coyote.http11.Http11NioProtocol" > useSendfile="false" > . > . > . > /> > > So at runtime, can I read the value of clientAuth?
Yes, if you go via JMX. Why do you want to do this? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org