Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronsmits/mongotest
test adding mongodb in TOMEE/conf/tomee.xml
https://github.com/ronsmits/mongotest
Last synced: 1 day ago
JSON representation
test adding mongodb in TOMEE/conf/tomee.xml
- Host: GitHub
- URL: https://github.com/ronsmits/mongotest
- Owner: ronsmits
- Created: 2015-08-25T20:22:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T17:30:11.000Z (over 9 years ago)
- Last Synced: 2024-11-14T08:50:20.714Z (2 months ago)
- Language: Java
- Size: 676 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongotest
test adding mongodb in TOMEE/conf/tomee.xml# Goal
The goal of this very small repo is to make it possible to access a mongodb resource defined in tomee.xml from a producer in a
webapp.add the following to $TOMEE_HOME/conf/tomee.xml:
uri mongodb://localhost/test
After starting up the application go to ````http://localhost:8080/tomee-mongo-test/api/rest````. This will print on stdout the
value found for mongoUri like this:*******ClientURI=null