[jboss-user] [Beginners Corner] - Re:
jaikiran
do-not-reply at jboss.com
Sun Mar 29 07:39:45 EDT 2009
See this wiki http://www.jboss.org/community/docs/DOC-12188
anonymous wrote : Additional is there a way to (IP based) reject access to any other url
Are you looking for rejecting clients coming from specific IP address or are you looking to allow access to the server through a specific IP? For the first, look at the RemoteAddressFilter valve of tomcat which you can configure http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html.
For the latter, you can start JBoss by binding it to a specific IP, you can start the server using
run.bat -b xxx.xxx.xxx.xxx
An additional wiki reference http://www.jboss.org/community/docs/DOC-10179
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221763#4221763
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221763
More information about the jboss-user
mailing list