How do I disable public access to the Jamon admin jsp page in a Spring / Java EE web app?
Asked
Active
Viewed 252 times
1 Answers
1
Spring security is one way.
Standard Java EE security is another. It's described in detail in the Servlet specification and you can search the web for something like "Java EE servlet security" for examples.

Arjan Tijms
- 37,782
- 12
- 108
- 140

pap
- 27,064
- 6
- 41
- 46