RE: Not able to set up authentication

2010-06-08 Thread Caldarale, Charles R
From: Kim Johansen [mailto:kim.johan...@webdealhosting.com] Subject: Not able to set up authentication I'm trying to set up authentication in tomcat for the application solr. Exact Tomcat version? ?xml version='1.0' encoding='utf-8'? tomcat-users ... role rolename=ezkimjohanrole/

RE: Not able to set up authentication

2010-06-08 Thread Kim Johansen
url-pattern/solr/ezkimjohan/*/url-pattern url-pattern/solr/ezkimjohan/admin/*/url-pattern Assuming the solr webapp is deployed properly, you must remove /solr from the above. The pattern is relative to the webapp, not the server. This was the solution! Thank you