0 Replies Latest reply on Aug 2, 2005 5:23 PM by javcerty

    restirct access to other IP addr

    javcerty

      How do I configue JBOSS to restrict acess to outside IP address except for my home IP ?

      I know in Apache - httpd.conf it is done by

      Options FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from ip_addresses


      What is the equivalent way of doing this in Jboss?