Search Results

2
votes

Avoiding tomcat status report

Unhappy with the default error pages that come with Tomcat ? You can define your own custom error pages in your web.xml file. In the example shown below, we define 2 web pages -- server_error.html …
1
vote

Selectively running a war in Tomcat Web apps.

If you just mistyped your question: Nice article about different ways of seting up authentication in a webapp …