Skip to content

NorthFury/card-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

  • Create a schema into MySql (will be used into the datasource definition).
  • Download the MySQL connector and copy the jar into tomcat/lib
  • Edit tomcat/conf/context.xml. Add a datasource into <Context>. Example:
    <Resource name="jdbc/cardTracker"
              auth="Container" type="javax.sql.DataSource"
              maxActive="100" maxIdle="30" maxWait="10000"
              username="mage" password="magepass"
              driverClassName="com.mysql.jdbc.Driver"
              url="jdbc:mysql://localhost:3306/cardtracker"/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published