Setting up web authentication login for a webapp, but with an exception for 1 ip address?

2009-04-10 Thread ujjain
I am currently securing my webapp with web authentication via this code in web.xml: security-constraint web-resource-collection web-resource-name Administration Interface /web-resource-name url-pattern/*/url-pattern

How to monitor a Tomcat Java server in case of problems?

2009-03-20 Thread ujjain
What preparations have YOU made to ensure good monitoring of Java threads, etc. in case of problems, memory leaks, etc. I am looking to use Java Servlets for a website with a lot of visitors, but I wish to have made the right preparations in case some programming code causes major outages. --