in web.xml, get the value for <role-name> (probably "admin").
then, go to the ($tomcat-home)/conf directory, and open tomcat-users.xml
in tomcat users, add an entry like this:
<user name="your_username" password="your_password"
roles="whatever-was-the-value-for-<role-name>">
tore my own hair out for days over this one -- couldn't find any information
in the docs about it.
Kind Regards,
Michael Tiffany
Ok, I give up. How do I log into the contextAdmin that comes with jakarta?
// Erik
