General Settings
- Configure
properties.xml
in<installation directory>\webapps\ServiceSWAT\conf
directory. See the Properties File section for details on this file. - Configure
log4perl.conf
in<installation directory>\webapps\ServiceSWAT\conf
directory. Update the location for theBM_Console.log
file.
log4perl.appender.FileApp.filename = c:\<installation directory>\webapps\ServiceSWAT\logs\bm_console.log
Â
- Updating the ServiceOptimizer DB:
  Â
   For those Using ServiceSWAT to import DB – see Testing page for details.
  Â
   For those having an independent mechanism to import DB and set up – run<installation directory>\webapps\ServiceSWAT\database\SWAT_SP_Configure_DB.pl
. - Update ServiceManager path. In
<installation directory>\webapps\ServiceSWAT\html
open themenu.html
for editing. Find and correct the following line to be correct for the URL for ServiceManager:
        db[i++] = new dbRecord("../images/sp.gif",false, false, "SERVICEManager Link","http://localhost:8080/SERVICEManager",1,"SERVICEManager", true,"_blank")
Â