2003-11-26 16:54:59 +00:00
|
|
|
# Important!
|
|
|
|
# This file is just a template file.
|
|
|
|
# Do not add any usernames or passwords
|
|
|
|
# The build file looks for a file called working.build.properties
|
|
|
|
# Please make a copy named working.build.properties before filling out any values.
|
|
|
|
|
2003-11-11 02:35:38 +00:00
|
|
|
#Configure properties to access the Manager application user/pass combo should be in $TOMCAT_HOME/conf/tomcat-users.xml with manager role.
|
2003-11-26 16:54:59 +00:00
|
|
|
catalina.home=/usr/local/tomcat
|
|
|
|
catalina.base=/usr/local/tomcat
|
2003-11-11 02:35:38 +00:00
|
|
|
url=http://localhost:2020/manager
|
2003-11-26 16:54:59 +00:00
|
|
|
username=
|
|
|
|
password=
|
2003-11-11 02:35:38 +00:00
|
|
|
|
2003-12-23 06:52:23 +00:00
|
|
|
#provide location of working copy of lex-context-config.xml
|
|
|
|
lex.context.config=lex-context-config-working.xml
|
|
|
|
|
2003-11-11 02:35:38 +00:00
|
|
|
#These properties need to be set to run the unit tests. They are your login to the dictionary
|
2003-11-26 16:54:59 +00:00
|
|
|
lex.username=
|
|
|
|
lex.password=
|
|
|
|
jmeterhome=../jmeter
|