linux - Weblogic: limit access to certain resources (URIs) by IP -


community.

is possible limit access uris (say /myapp/admin/*) based on requester ip on weblogic server? i'd allow access trusted machines in local network , deny others regarding specific uris. other application locations should accessible everyone.

the question is, whether achievable without development of separate filter class?

i found in apache "location" directive, sadly no similar stuff in weblogic.

thanks.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -