22413911bf
* Validation enhancements * Work on validation api reworking * Keep working on validation API * Keep working on new term API * Work on validation api * Ongoing work on validation * Work on integrating validation * Work on validation API * Add to validation API * Work on validation * Work on API * Work on validation * Work on validation API * Work on validation API * Work on validation api * Work on validation API * Work on validation api * Validation API changes * Work on API * More work on validationo API * Work on validation API * FIxes * WOrk on validation api * Work on validation API * Tests passing! * More cleanup * More validation API changes * Fix intermittent test failure * Package reorg * Validation API work * Work on doocumentation * Work on API * More work on new validation API * Fix errorprone-reported error * Test fixes * Documentation updates * Documentation tweaks * Work on API * Bean name adjustments * Build fixes * Some test fixes |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
pom.xml | ||
readme.intellij.txt |
readme.intellij.txt
Running hapi-fhir-jpaserver-example in Tomcat from IntelliJ Install Tomcat. Make sure you have Tomcat set up in IntelliJ. File->Settings->Build, Execution, Deployment->Application Servers Click + Select "Tomcat Server" Enter the path to your tomcat deployment for both Tomcat Home (IntelliJ will fill in base directory for you) Add a Run Configuration for running hapi-fhir-jpaserver-example under Tomcat Run->Edit Configurations Click the green + Select Tomcat Server, Local Change the name to whatever you wish Uncheck the "After launch" checkbox On the "Deployment" tab, click the green + Select "Artifact" Select "hapi-fhir-jpaserver-example:war" In "Application context" type /hapi Run the configuration You should now have an "Application Servers" in the list of windows at the bottom. Click it. Select your server, and click the green triangle (or the bug if you want to debug) Wait for the console output to stop Point your browser (or fiddler, or what have you) to http://localhost:8080/hapi/base/Patient You should get an empty bundle back.