# The web server where web_tool_dev runs and the web server where the user's test # application's run must share a filesystem so that both can access the logs # (sdk.log, tools.log, web.log). The user's web application looks finds them # based on the info in profiles.xml in the user's src code directory and web_tool_dev # knows to look for them in USER_DIRS//logs. # StartupListener gives helpful error message if TOP property is ${WEB_TD_HOME} since it # most likely indicates that the app was built without specifying a profile. TOP=${WEB_TD_HOME} # Look for user database files here USER_DB=${WEB_TD_HOME}/userdb USER_DIRS=${WEB_TD_HOME}/users # Under USER_DIRS we expect to find /build and /logs for each user. # Source for web app is here (we copy it from here to user's directories) SRC_DIR=${WEB_TD_HOME}/reference_copy HOST_LIST=${env}.properties HOST_ROOT=${catalina.home}