tsaleh (owner)

Revisions

gist: 112517 Download_button fork
public
Public Clone URL: git://gist.github.com/112517.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
[tsaleh@tardis:~/code/liveworld-seattle multitenant ∴ ] cat WEB-INF/jiveHome/jive_startup.xml
<defaultProvider>
            <username>jive</username>
            <serverURL>jdbc:mysql://localhost:3306/everett_multitenant_default</serverURL>
            <maxConnections>25</maxConnections>
            <connectionTimeout>1.0</connectionTimeout>
            <driver>com.mysql.jdbc.Driver</driver>
            <password>JumpnJ1v3</password>
            <minConnections>5</minConnections>
</defaultProvider>