1

How do I disable public access to the Jamon admin jsp page in a Spring / Java EE web app?

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140
roark
  • 792
  • 1
  • 12
  • 29

1 Answers1

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