how speficy an exclusive context ssl

2003-04-04 Thread noel . jean-baptiste
Tomcat is configured to receive ssl-requests but dependly the context , i want a forced a ssl connection. for example, i have both context in server.xml like this : Context path=/ecs docBase=c:/ecs debug=0 privileged=true/ Context path=/martin docBase=c:/martin debug=0 privileged=true / how

Re: how speficy an exclusive context ssl

2003-04-04 Thread Bill Barker
In your web.xml file add: security-constraint web-resource-collection web-resource-nameProtected Context/web-resource-name url-pattern/*/url-pattern /web-resource-collection !-- auth-constraint goes here if you requre authentication --