[jboss-user] [Security & JAAS/JBoss] - Re: Ip Restriction
jaikiran
do-not-reply at jboss.com
Sat Nov 15 01:39:17 EST 2008
I guess you have combined two questions into one.
anonymous wrote : Now I need to arrange only alowed IP address can access some pages
If you want to restrict access to certain IPs (or the other way around - allow access to certain IPs) for a server, you can do that in the %JBOSS_HOME%/server/< serverName>/deploy/jboss-web.deployer/server.xml file. You can add a "Remote Host Filter" under the localhost Host. See this tomcat documentation http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html. But remember, this restriction applies at the server level and not at the individual pages.
anonymous wrote : web users can access the hole project excepts the admin pages.
Is this what you are looking for http://www.jboss.org/community/docs/DOC-12185
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189567#4189567
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189567
More information about the jboss-user
mailing list