damonrand 2008-07-29 15:00:39 +00:00
parent 4770257e5b
commit b5e138bccc
2 changed files with 5 additions and 3 deletions

View File

@ -69,6 +69,8 @@
--> -->
<alfresco.data.location>./alf_data_jetty</alfresco.data.location> <alfresco.data.location>./alf_data_jetty</alfresco.data.location>
<alfresco.db.name>alf_jetty</alfresco.db.name> <alfresco.db.name>alf_jetty</alfresco.db.name>
<alfresco.db.username>alfresco</alfresco.db.username>
<alfresco.db.password>alfresco</alfresco.db.password>
<webapp.log.level>error</webapp.log.level> <webapp.log.level>error</webapp.log.level>
<webapp.log.dir>${project.build.directory}/</webapp.log.dir> <webapp.log.dir>${project.build.directory}/</webapp.log.dir>
<!-- End of testing webapp specific properties --> <!-- End of testing webapp specific properties -->

View File

@ -1,4 +1,4 @@
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. # this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0 # The ASF licenses this file to You under the Apache License, Version 2.0
@ -31,8 +31,8 @@ integrity.failOnError=true
db.driver=org.gjt.mm.mysql.Driver db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost/${alfresco.db.name} db.url=jdbc:mysql://localhost/${alfresco.db.name}
db.username=alfresco db.username=${alfresco.db.username}
db.password=alfresco db.password=${alfresco.db.password}
db.pool.initial=10 db.pool.initial=10
db.pool.max=100 db.pool.max=100