59bf8b836f
* issue-1134 initial work on adding retry handler * issue-1134 subdscription creation fixes * issue-1134 update the test * issue-1134 retry policy off canonicalsubscription * issue 1134 base subscription changes * add failing test * issue 1134 retry configs on base parameters * issue 1134 passing forward params * issue-1134 added more tests for making sure subscriptions create their channels correctly * issue-1134 updates to get the retry to channels * issue-1134 updating channel factory * issue-1134 remove the dlq since it's not defineable * issue-3120 changelog added * issue-3120 cleaning up * issue-3120 test fix * issue-3120 review fixes * issue-3120 fixed bad master merge * issue-3120 updates for new release Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local> Co-authored-by: Ken Stevens <khstevens@gmail.com> |
||
---|---|---|
.. | ||
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.