I have a question about CF deployed via JBOSS. I don't have much experience with JBOSS, and I was recently asked to investigate blocking /CFIDE/administrator. I'm familiar with how Apache does it:

<Location /CFIDE/administrator>
Order Deny, Allow
Deny from all
Allow from 127.0.0.1
</Location>

I can't find relevant documentation for JBOSS that would allow me to do the same thing, without writing some kind of separate application to be deployed with JBOSS. Is it possible to block a URL path with JBOSS by IP?



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------

Reply via email to