2 Replies Latest reply on Mar 28, 2006 3:57 AM by diamantregen

    Access from internal network only, how?

    diamantregen

      Hello,

      A newbie question:

      I have a Enterprise application (.ear) deployed to jboss server. Inside there are 2 webapplications that can be accessed by different servlet paths:

      application 1: http://192.168.1.4:8081/abc
      application 2: http://192.168.1.4:8081/def

      I want that the application 1 can only be accessed from internal IP addresses and not from the internet whereas application 2 can be accessed from everywhere. How can I achieve that? Thanks :)