Re: Password-protecting Anthill
"Andy Levy" <[email protected]>
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
On 2/28/06, Varban <[email protected]> wrote: > You need the docBase because it points to the war location, just update it > with the correct path. OK, I put it back in, pointing at the WAR. Alas, no change. > Also you might want to try and remove the anthill directory from the webapps > and work\Catalina\localhost locations and once they are recreated (by using > the anthill.xml file) you can update the web.xml file in the WEB-INF > directory (or you can edit the anthill.war file and edit the web.xml in > there). I had earlier unpacked anthill.war, edited web.xml, then put it back together. I just can't figure out what I'm missing. As far as I can tell, my configuration is the same as yours. Here's the relevant portion of my tomcat-users.xml: <?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="anthill"/> <user username="anthill" password="*****" roles="anthill"/> </tomcat-users>