We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resource name="jdbc/eampleDB" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" maxActive="100" maxIdle="30" maxWait="1000" username="awssecret"
driverClassName="com.amazonaws.secretsmanager.sql.AWSSecretsManagerMySQLDriver" url="jdbc-secretsmanager:mysql://hostname:3306/example?useSSL=false"
connection works for a time and after a some time connection go stale , connection already closed exception
The text was updated successfully, but these errors were encountered:
tomcat does even work with context ?? How do you do that with secret manager and aws-secretmanager-jdbc..
@antworkscomp
Sorry, something went wrong.
No branches or pull requests
Resource
name="jdbc/eampleDB"
auth="Container"
type="javax.sql.DataSource"
factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
maxActive="100"
maxIdle="30"
maxWait="1000"
username="awssecret"
connection works for a time and after a some time connection go stale , connection already closed exception
The text was updated successfully, but these errors were encountered: