Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dm-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hammonds
dm-docs
Commits
46f0b613
Commit
46f0b613
authored
10 years ago
by
sveseli
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
a0b9bdbc
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/java/DmWebPortal/setup/glassfish-resources.xml
+2
-2
2 additions, 2 deletions
src/java/DmWebPortal/setup/glassfish-resources.xml
with
2 additions
and
2 deletions
src/java/DmWebPortal/setup/glassfish-resources.xml
+
2
−
2
View file @
46f0b613
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE resources PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Resource Definitions//EN" "http://glassfish.org/dtds/glassfish-resources_1_5.dtd">
<resources>
<jdbc-connection-pool
allow-non-component-callers=
"false"
associate-with-thread=
"false"
connection-creation-retry-attempts=
"0"
connection-creation-retry-interval-in-seconds=
"10"
connection-leak-reclaim=
"false"
connection-leak-timeout-in-seconds=
"0"
connection-validation-method=
"auto-commit"
datasource-classname=
"org.postgresql.ds.PGSimpleDataSource"
fail-all-connections=
"false"
idle-timeout-in-seconds=
"300"
is-connection-validation-required=
"false"
is-isolation-level-guaranteed=
"true"
lazy-connection-association=
"false"
lazy-connection-enlistment=
"false"
match-connections=
"false"
max-connection-usage-count=
"0"
max-pool-size=
"32"
max-wait-time-in-millis=
"60000"
name=
"post
-
gre
-
sql_dm_
dm
Pool"
non-transactional-connections=
"false"
pool-resize-quantity=
"2"
res-type=
"javax.sql.DataSource"
statement-timeout-in-seconds=
"-1"
steady-pool-size=
"8"
validate-atmost-once-period-in-seconds=
"0"
wrap-jdbc-objects=
"false"
>
<jdbc-connection-pool
allow-non-component-callers=
"false"
associate-with-thread=
"false"
connection-creation-retry-attempts=
"0"
connection-creation-retry-interval-in-seconds=
"10"
connection-leak-reclaim=
"false"
connection-leak-timeout-in-seconds=
"0"
connection-validation-method=
"auto-commit"
datasource-classname=
"org.postgresql.ds.PGSimpleDataSource"
fail-all-connections=
"false"
idle-timeout-in-seconds=
"300"
is-connection-validation-required=
"false"
is-isolation-level-guaranteed=
"true"
lazy-connection-association=
"false"
lazy-connection-enlistment=
"false"
match-connections=
"false"
max-connection-usage-count=
"0"
max-pool-size=
"32"
max-wait-time-in-millis=
"60000"
name=
"postgresql_dm_
Db
Pool"
non-transactional-connections=
"false"
pool-resize-quantity=
"2"
res-type=
"javax.sql.DataSource"
statement-timeout-in-seconds=
"-1"
steady-pool-size=
"8"
validate-atmost-once-period-in-seconds=
"0"
wrap-jdbc-objects=
"false"
>
<property
name=
"serverName"
value=
"localhost"
/>
<property
name=
"portNumber"
value=
"11136"
/>
<property
name=
"databaseName"
value=
"dm"
/>
...
...
@@ -10,5 +10,5 @@
<property
name=
"URL"
value=
"jdbc:postgresql://localhost:11136/dm"
/>
<property
name=
"driverClass"
value=
"org.postgresql.Driver"
/>
</jdbc-connection-pool>
<jdbc-resource
enabled=
"true"
jndi-name=
"
Dm
DataSource"
object-type=
"user"
pool-name=
"post
-
gre
-
sql_dm_
dm
Pool"
/>
<jdbc-resource
enabled=
"true"
jndi-name=
"
dm_
DataSource"
object-type=
"user"
pool-name=
"postgresql_dm_
Db
Pool"
/>
</resources>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment