visibility of JSP

Hi Frens

can u tell me, how can i set the visibility of my JSP.Acctually i want that only some person(some IP adds.) should access my jsp but not all.i am looking for the method by which i can set the visibility of my jsp TRUE for only one ip address(of remote machine).

Thanks and Regards

Allwyn

[322 byte] By [allwyn_cea] at [2007-10-2 10:32:42]
# 1
This has nothing to do with Java and all to do with configuring the web server that accepts the connections.
CeciNEstPasUnProgrammeura at 2007-7-13 2:17:39 > top of Java-index,Java Essentials,Java Programming...
# 2
Or let the servlet filter requests and only forward those you want to be forwarded.
CeciNEstPasUnProgrammeura at 2007-7-13 2:17:39 > top of Java-index,Java Essentials,Java Programming...
# 3
its loooking better . thanks alot for ur reply. u always been very helping.
allwyn_cea at 2007-7-13 2:17:39 > top of Java-index,Java Essentials,Java Programming...