Skip to content

Commit

Permalink
Merge pull request #4771 from jhinkey/fix-tomcat-72
Browse files Browse the repository at this point in the history
LRDOCS-7700 master: fix tomcat context
  • Loading branch information
sez11a authored Mar 13, 2020
2 parents c445359 + 90a0192 commit 69ebf97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ If you want Tomcat to manage your data source, follow these steps:
url="jdbc:mysql://localhost/lportal?useUnicode=true&characterEncoding=UTF-8"
username="root"
password="root"
maxActive="100"
maxTotal="100"
maxIdle="30"
maxWait="10000"
maxWaitMillis="10000"
/>
</Context>
```
Expand Down

0 comments on commit 69ebf97

Please sign in to comment.