having only one application running using Tomcat 5.x
hey,
I just wanted to know .. when we set clientauth = "true' .. it will make sure for each application using Tomcat 5.x .. if the person requesting the appliation is really who he/she is. But, with this in mind, and when clientauth ="true" .. i just want to have one particular application to work with this feature .. and when accessing other application using Tomcat ... i don't want the feature of clientauth='true" to work .. i would want it to fail ...
So is there a setting in Tomcat .. where we can set the url .. so that only for one of application the behaviour of .. clientauth="true" .. would work ..
cheers

