-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtpcw.properties
32 lines (27 loc) · 1.04 KB
/
tpcw.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
##############################################################################
# tpcw.properties for build.xml.
# Copyright 2003 by Jan Kiefer.
#
# This file is distributed "as is". It comes with no warranty and the
# author takes no responsibility for the consequences of its use.
#
# Usage, distribution and modification is allowed to everyone, as long
# as reference to the author(s) is given and this license note is included.
##############################################################################
# set the JDBC parameters
#jdbc.driver=com.mysql.jdbc.Driver
jdbc.driver=com.mysql.jdbc.Driver
jdbc.path=jdbc:mysql://localhost:3306/tpcw?user=root&password=TigerBit!2016
jdbc.connPoolMax=100
sql.bigCharType=varchar(500)
#sql.bigCharType=tinyblob
# set the values you want for tpcw
num.item=10000
num.eb=100
# use the right session string for your servlet container
#sessionIdString=$sessionid$
sessionIdString=jsessionid=
standardUrl=http://localhost:8080
#servletUrlPath=/servlet
servletUrlPath=
tpcwUrlPath=/tpcw