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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
