I am trying to create a login for our
information center over the intranet. I have managed to create usernames
and passwords for users using the web.xml and tomcat-users.xml files. I
want to however create a database of users that eclipse gets these username
and passwords from. In stand-alone Tomcat this is done using the server.xml
file however Eclipse's version of tomcat does not have this file. Does
anyone know of a solution to this problem or even a way to may the eclipse
Tomcat read an inserted server.xml file?