Changing the logs folder
Modify the /WEB-INF/swm.properties file's log.file.path.admin and log.file.path.hosts properties. For example, the following lines might change from:
log.file.path.admin=./admin/admin.log
log.file.path.hosts=./user/user.log
to read in Windows:
log.file.path.admin=C:/Tomcat5/logs/WebManager/admin.log
log.file.path.hosts=C:/Tomcat5/logs/WebManager/user.log
or in UNIX:
log.file.path.admin=/Tomcat5/logs/WebManager/admin.log
log.file.path.hosts=/Tomcat5/logs/WebManager/user.log