Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created May 16, 2009 00:27
Show Gist options
  • Save tammersaleh/112517 to your computer and use it in GitHub Desktop.
Save tammersaleh/112517 to your computer and use it in GitHub Desktop.
[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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment