Skip to content
New issue

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

Consider changing the database handling such that we get a datasource via JNDI #45

Open
devilgate opened this issue Jun 18, 2018 · 0 comments

Comments

@devilgate
Copy link
Member

devilgate commented Jun 18, 2018

This would let us use Tomcat's connection pool, instead of rolling our own, as we do at present. Our own might be fine, but it's better to use a well-tested library for that kind of thing, rather than having one more thing to maintain.

We would have to update the installation instructions to include details of creating the JNDI resources. Or script doing so if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant