component { this.name = "TomcatStartupTest"; this.applicationmanagement = true; this.sessionmanagement = false; this.clientmanagement = false; this.setclientcookies = false; this.scopeCascading = "strict"; this.sessionType = "j2ee"; this.sessionStorage = "memory"; this.charset.web="UTF-8"; this.charset.resource="UTF-8"; this.localMode = "modern"; function onApplicationStart() { log file="debug" text="onApplicationStart started. (#getTickCount()#)"; sleep(1000); log file="debug" text="onApplicationStart ended. (#getTickCount()#)"; } function onRequestStart(string targetPage) { log file="debug" text="onRequestStart called. (#getTickCount()#)"; } function onRequest(string targetPage) { abort; } }