This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
HTTP Status 404 After Adding security-constraint To web.xml
JiaPei Jen
Ranch Hand
Joined: Nov 19, 2000
Posts: 1309
posted
0
My application worked well with
in the web.xml file. I then inserted <security-constraint> preceding the <login-config> element, and inserted <security-role> following the <login-config> element. I got:
HTTP Status 404 -/PracticeVersion description: The requested resource(/PracticeVersion) is not availabe.
in the browser, and I have this message in the Tomcat log:
LifecycleException: Container StandardContext[/PracticeVersion] has not been started
This was what my web.xml looks like when the problem happened: