User guide
ManageEngine Firewall Analyzer :: User Guide 
293 
Zoho Corp. 
Before setting the port it will look like <binding 
host="${jboss.bind.address}" port="0"/> 
After setting the port it will look like <binding 
host="${jboss.bind.address}" port="<any fixed free port>"/> 
<any fixed free port> is the port number which you have configured 
and not used by any application.  
•  Restart Firewall Analyzer. 
To shutdown Firewall Analyzer use the below command 
  shutdown.bat -S -s <ip-address>:<jndi-port> 
where <jndi-port> in the above command is the one which you have set in 
sample-bindings.xml 
For Windows machine (running as service) 
•  Stop the Firewall Analyzer service. 
•  Open the startDB.bat file which is under <Firewall Analyzer Home>\bin 
directory and add option --bind-address=<ip-address> in the mysqld 
start command that starts with @start and save the file. 
•  Open the stopDB.bat file which is under <Firewall Analyzer Home>\bin 
directory and add -h <ip-address> to the command arguments and save the 
file.  
After the change the line should like the one given below: 
set commandArgs=-P %PORT% -u %USER_NAME% -h <ip-address> 
•  Open the wrapper.conf file which is under <Firewall Analyzer 
Home>\server\default\conf and and follow the below steps: 
Uncomment the second application parameter 
"wrapper.app.parameter.2=-
L../lib/AdventNetDeploymentSystem.jar". 
Add the following new application parameters 
wrapper.app.parameter.3=-c default 
wrapper.app.parameter.4=-b <ip-address> 
wrapper.app.parameter.5=-Dspecific.bind.address=<ip-address> 
and save the file. 
Remove "#" symbol for uncommenting in the .conf file. 
•  Open the mysql-ds.xml file which is under <Firewall Analyzer 
Home>\server\default\deploy directory and replace localhost in 
connection-url tag with the <ip-address> to which you wants to bind the 
application and save the file. 
•  Start the Firewall Analyzer service. 










