Remove trunk directory
This commit is contained in:
16
wise-webapp/src/main/webapp/META-INF/Context.xml
Executable file
16
wise-webapp/src/main/webapp/META-INF/Context.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<Context path="/wisemapping" reloadable="true">
|
||||
|
||||
<Resource
|
||||
name="jdbc/wisemapping"
|
||||
auth="Container"
|
||||
type="javax.sql.DataSource"
|
||||
maxActive="100"
|
||||
maxIdle="30" maxWait="10000"
|
||||
username="root"
|
||||
password=""
|
||||
driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://localhost/wisemapping?autoReconnect=true"/>
|
||||
|
||||
</Context>
|
Reference in New Issue
Block a user