I have a question about restricting the Admin Console access in version 4.0.3. I would like the admin console to be accessed only from the server in which WSO2 ESB is installed and not from the machines outside.
In tomcat I can do that using the address attribute of the Connector element in the server.xml
like this:
Connector port="8080" address="127.0.0.1"
The issue is I am not finding the server.xml
within the 4.0.3 directory strcutre.
I found the file catalina-server.xml
under wso2esb-4.5.0/repository/conf/tomcat
in the latest version. I am not finding a similar file within 4.0.3 however.