Posted By:
jim_geng
Posted On:
Thursday, January 17, 2002 07:24 AM
In examples' web.xml, I put a
with
as "tomcat" in front of everything. Then I changed the
in
to /Examples/jsp/*. Then I changed
in
to BASIC and
to MemoryRealm, then i commented out
. But when i tried to start tomcat, i got a message saying filters and listeners shouldn't put in the current places in web.xml. When i commented out
element, I can start tomcast without any problem. But when i log into Examples/jsp, i was not asked to enter username and password.
Anyone could help me with this?