In server.xml what exactly to be mention to block a URL?
Can anyone explain in detail?
How exactly the context path should be?
Dear @Yampalla Srinivas ,
all is described in details here. If you have further question let me know.
<Context path="/secure/admin/SendBulkMail!default.jspa" docBase="" >
<Valapp className="org.apache.catalina.valapps.RemoteAddrValapp" deny="*" />
</Context>
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.