Skip to content

Commit

Permalink
Fix warnings reported by Tomcat.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Oct 23, 2016
1 parent 2b988d1 commit c31ee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeciv-web/src/main/webapp/META-INF/context.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Context>
<Resource name="jdbc/freeciv_mysql" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000"
maxTotal="100" maxIdle="30" maxWaitMillis="10000"
username="root" password="vagrant" driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/freeciv_web"/>

Expand Down

0 comments on commit c31ee4b

Please sign in to comment.