forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.properties
205 lines (162 loc) · 5.94 KB
/
test.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
##
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "test.${user.name}.properties" with the properties to overwrite.
##
##
## Apache Directory
##
#apache.directory.win32.dir=
#apache.directory.win32.zip=apacheds-1.5.7.zip
##
## Apache HTTP
##
#apache.http.win32.dir=
#apache.http.win32.install=apache_2.2.11-win32-x86-openssl-0.9.8i.msi
#apache.http.win32.modjk=
##
## Database
##
#db.type=db2
#db.type=hsql
db.type=mysql
#db.type=postgresql-8.4
#db.type=postgresql-9.0
#db.type=oracle-10
#db.type=oracle-11
#db.type=sql-server-2005
#db.type=sql-server-2008
#db.type=sybase
db.db2.host=localhost
db.db2.driver=com.ibm.db2.jcc.DB2Driver
db.db2.schema=lportal
db.db2.url=jdbc:db2://${db.db2.host}:50000/${db.db2.schema}:deferPrepares=false;fullyMaterializeInputStreams=true;fullyMaterializeLobData=true;progresssiveLocators=2;progressiveStreaming=2;
db.db2.username=db2admin
db.db2.password=password
db.hsql.host=localhost
db.hsql.driver=org.hsqldb.jdbcDriver
db.hsql.url=jdbc:hsqldb:${liferay.home}/data/hsql/lportal
db.hsql.username=sa
db.hsql.password=
db.mysql.host=localhost
db.mysql.driver=com.mysql.jdbc.Driver
db.mysql.schema=lportal
db.mysql.url=jdbc:mysql://${db.mysql.host}/${db.mysql.schema}?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
db.mysql.username=
db.mysql.password=
db.oracle-10.host=localhost
db.oracle-10.driver=oracle.jdbc.driver.OracleDriver
db.oracle-10.url=jdbc:oracle:thin:@${db.oracle-10.host}:1521:xe
db.oracle-10.username=lportal
db.oracle-10.password=lportal
db.oracle-11.host=localhost
db.oracle-11.driver=oracle.jdbc.driver.OracleDriver
db.oracle-11.url=jdbc:oracle:thin:@${db.oracle-11.host}:1521:orcl
db.oracle-11.username=lportal
db.oracle-11.password=lportal
db.postgresql-8.4.host=localhost
db.postgresql-8.4.driver=org.postgresql.Driver
db.postgresql-8.4.schema=lportal
db.postgresql-8.4.url=jdbc:postgresql://${db.postgresql-8.4.host}:5432/${db.postgresql-8.4.schema}
db.postgresql-8.4.username=postgres
db.postgresql-8.4.password=
db.postgresql-9.0.host=localhost
db.postgresql-9.0.driver=org.postgresql.Driver
db.postgresql-9.0.schema=lportal
db.postgresql-9.0.url=jdbc:postgresql://${db.postgresql-9.0.host}:5432/${db.postgresql-9.0.schema}
db.postgresql-9.0.username=postgres
db.postgresql-9.0.password=
db.sql-server-2005.host=localhost
db.sql-server-2005.driver=net.sourceforge.jtds.jdbc.Driver
db.sql-server-2005.schema=lportal
db.sql-server-2005.url=jdbc:jtds:sqlserver://${db.sql-server-2005.host}/${db.sql-server-2005.schema}
db.sql-server-2005.username=sa
db.sql-server-2005.password=password
db.sql-server-2008.host=localhost
db.sql-server-2008.driver=net.sourceforge.jtds.jdbc.Driver
db.sql-server-2008.schema=lportal
db.sql-server-2008.url=jdbc:jtds:sqlserver://${db.sql-server-2008.host}/${db.sql-server-2008.schema}
db.sql-server-2008.username=sa
db.sql-server-2008.password=password1
db.sybase.device.name=lportal
db.sybase.host=localhost
db.sybase.driver=net.sourceforge.jtds.jdbc.Driver
db.sybase.schema=lportal
db.sybase.url=jdbc:jtds:sybase://${db.sybase.host}:5000/${db.sybase.schema}
db.sybase.username=sa
db.sybase.password=
##
## Database Upgrade
##
db-upgrade.5.2.3.build=523
db-upgrade.5.2.3.file.name=liferay-portal-tomcat-6.0-5.2.3.zip
db-upgrade.5.2.3.tomcat.folder.dir=liferay-portal-5.2.3/tomcat-6.0.18
db-upgrade.5.2.5.build=525
db-upgrade.5.2.5.file.name=liferay-portal-tomcat-6.0-5.2-ee-sp1.zip
db-upgrade.5.2.5.tomcat.folder.dir=liferay-portal-5.2-ee-sp1/tomcat-6.0.18
db-upgrade.5.2.7.build=527
db-upgrade.5.2.7.file.name=liferay-portal-tomcat-6.0-5.2-ee-sp3.zip
db-upgrade.5.2.7.tomcat.folder.dir=liferay-portal-5.2-ee-sp3/tomcat-6.0.18
db-upgrade.5.2.8.build=528
db-upgrade.5.2.8.file.name=liferay-portal-tomcat-6.0-5.2-ee-sp4.zip
db-upgrade.5.2.8.tomcat.folder.dir=liferay-portal-5.2-ee-sp4/tomcat-6.0.18
db-upgrade.5.2.9.build=529
db-upgrade.5.2.9.file.name=liferay-portal-tomcat-6.0.29-5.2-ee-sp5.zip
db-upgrade.5.2.9.tomcat.folder.dir=liferay-portal-5.2-ee-sp5/tomcat-6.0.29
db-upgrade.6.0.6.build=606
db-upgrade.6.0.6.file.name=liferay-portal-tomcat-6.0.6-20110225.zip
db-upgrade.6.0.6.tomcat.folder.dir=liferay-portal-6.0.6/tomcat-6.0.29
db-upgrade.6.0.10.build=6010
db-upgrade.6.0.10.file.name=liferay-portal-tomcat-6.0-ee.zip
db-upgrade.6.0.10.tomcat.folder.dir=liferay-portal-6.0-ee/tomcat-6.0.29
db-upgrade.6.0.11.build=6011
db-upgrade.6.0.11.file.name=liferay-portal-tomcat-6.0-ee-sp1.zip
db-upgrade.6.0.11.tomcat.folder.dir=liferay-portal-6.0-ee-sp1/tomcat-6.0.29
db-upgrade.6.0.12.build=6012
db-upgrade.6.0.12.file.name=liferay-portal-tomcat-6.0-ee-sp2-20110727.zip
db-upgrade.6.0.12.tomcat.folder.dir=liferay-portal-6.0-ee-sp2/tomcat-6.0.32
db-upgrade.6.1.0.build=610
db-upgrade.6.1.0.file.name=liferay-portal-tomcat-6.1.0-ce-ga1-20120106155615760.zip
db-upgrade.6.1.0.tomcat.folder.dir=liferay-portal-6.1.0-ce-ga1/tomcat-7.0.23
##
## Hudson
##
#hudson.license.dependencies.dir=
#hudson.plugin.dependencies.dir=
#hudson.portal.dependencies.dir=
##
## Java
##
#java.jdk.local.dir=
#java.jdk.remote.dir=
#java.jdk.zip=
##
## SQL
##
#sql.legacy.zip=
##
## Utilities
##
#selenium.executable.zip=
#selenium.output.dir=
#setx.executable=
#unzip.executable=
##
## Virtual Host
##
#virtual.host.name=
##
## VM
##
vmware-cmd.executable=C:/Program Files (x86)/VMware/VMware Server/vmware-cmd.bat
vm.drive=V:
vm.host=vm-1
vm.username=
vm.password=
vm.cluster-node-1.host=vm-1
vm.cluster-node-1.ip=
vm.cluster-node-2.host=vm-2
vm.cluster-node-2.ip=
vm.db.host=vm-3
vm.db.ip=