All servlet containers provide some mechamism for
authentication/authoriation -- just use that to restrict access to
/admin and/or /update
If you really want to, you can also register a dummy RequestHandler to
/admin and that will block access to the JSP interface
ryan
Laxmilal Menaria wrote:
Hello everyone,
I have implemented Solr with Tomcat for Multiple webapp, and I am access
using code in application, now I want to disable the Admin page for access
on browser, so how can do it. Please let me know..