Tom Bednarz wrote:
> Is it possible to run on the same container (instance of Tomcat) web
> application that DO require certificates and other applications that do
> NOT require certificates?

Just specify
  <login-config>
    <auth-method>CLIENT-CERT</auth-method>
  </login-config>

in web.xml. Assuming of course that you have a security constraint
that applies to the whole web application.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to