Back to ESB Console Enable Alerting For Standalone Fuji, or ESB Console Enable Alerting For Standalone Fuji Info
| At line 46 added 4 lines. |
| !!Step 2: - Run the Alert Client and start receiving alerts |
| Go into the client folder. |
| Run the run.bat batch file and follow the instructions. You should now be able to receive alerts as they are generated from your standalone Fuji instance. |
| At line 204 changed 1 line. |
| if (cmd.toLowerCase().equals("reg")) { |
| if (cmd.equalsIgnoreCase("reg")) { |
| At line 206 changed 1 line. |
| } else if (cmd.toLowerCase().equals("unreg")) { |
| } else if (cmd.equalsIgnoreCase("unreg")) { |
| At line 245 changed 1 line. |
| if (valid == false) { |
| if (!valid) { |