User guide
ManageEngine Firewall Analyzer :: User Guide 
292 
Zoho Corp. 
For customers of version 5.0 or lesser 
•  For Windows Machine: (running as application) 
•  For Windows Machine: (running as service) 
•  For Linux Machine: (running as application) 
•  For Linux Machine: (running as service)
Through out the below document, replace <ip-address> with the IP address with 
which you wants to bind the application. 
For Windows Machine: (running as application and not as service) 
•  Shutdown Firewall Analyzer. 
•  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 run.bat file which is under <Firewall Analyzer Home>\bin directory 
and add the arguments -c default -b <ip-address> to the jboss.Main as 
given below: 
:RESTART 
"%JAVA%" %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" 
org.jboss.Main %ARGS% -c default -b <ip-address> %*
and save the file.  
•  Open setcommonenv.bat file which is under <Firewall Analyzer Home>\bin 
directory and add the option -Dspecific.bind.address=<ip-address> while 
setting JAVA_OPTS as given below: 
set JAVA_OPTS=-Djava.library.path=..\lib;..\lib\native -DpdfReport=false -
Duser.country=US -Duser.language=en -DminDiskSpace=5 -Xms128m -
Xmx512m -Dspecific.bind.address=<ip-address> 
 and save the 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. 
•  Open the sample-bindings.xml file which is under <Firewall Analyzer 
Home>\server\default\conf directory and go to "jboss port setting block", 
set any fixed RMI port/jndi port (provided the port should be free) and save 
the file. 










