There are lot of Security measures when deploy the WSO2 Server products. One of them is to restrict the accessibility of the server for certain IP addresses.
In WSO2 serves, it is possible to restrict via the the tomcat valve.
Edit
/repository/conf/tomcat/context.xml
Add
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127\.0\.0\.1"/ >
In WSO2 serves, it is possible to restrict via the the tomcat valve.
Edit
Add
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127\.0\.0\.1"/ >
No comments:
Post a Comment