User guide
ManageEngine Firewall Analyzer :: User Guide
291
Zoho Corp.
• 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",
follow the instructions over there, make necessary changes and save the file.
• Restart Firewall Analyzer.
To shutdown Firewall Analyzer use the below command
./shutdown.sh -S -s <ip-address>:<jndi-port>
where <jndi-port> in the above command is the one which you have set in
sample-bindings.xml
Ensure that the following two conditions are met:
1. In .etc/nsswitch.conf file you need to ensure the below line:
hosts: files dns
i.e. it should be in the order 'files' and 'dns' not the reverse as 'dns'
and 'files'.
i.e. it should not be hosts: dns files
2. In .etc/hosts file add the below one as the first line
<binded-ip-address> localhost
Replace <binded-ip-address> with the ip-address to which you
want to bind your application.
For Linux Machine: (running as service)
• Stop the Firewall Analyzer service.
• Open the startDB.sh file which is under <Firewall Analyzer Home>/bin
directory and go to "MYSQL Start Command Block", follow the instructions
over there, make necessary changes and save the file.
• Open the stopDB.sh file which is under <Firewall Analyzer Home>/bin
directory and go to "command Arguments settings block", follow the
instructions over there, make necessary changes and save the file.
• Open the wrapper.conf file which is under <Firewall Analyzer
Home>/server/default/conf and go to "Adding Application Parameters
Block", follow the instructions over there, make necessary changes 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.
• Start the Firewall Analyzer service.