49d298dba1
* begin with failing test * continue building out * continue building out * reworking chunk api * replace ChunkId zippers with proper iterator * progressing test * yay test passes! * switch to idchunk interface * fixmes * compiles * fixme * fixme * rename classes * rename json classes with json suffix * work towards homogeneous chunks * fixme * fixme * unit test * fixme * fixme * pull out builder * moar tests * moar tests * preserve order * moar test * moar test * fixme * fixme -> wip to start ci * msg code * msg code fix test * fixme * change provider implementation * final WIPs * IT failing * IT passes * java 11 * fix test * fix test * fix test * changelog * use batch size if provided * last WIP * fix test * fix test * fix test * whitespace change to trigger new build * fix test * bumping hapi version * bumping hapi version * fix test * review feedback Co-authored-by: Ken Stevens <ken@Kens-MacBook-Pro.local> Co-authored-by: Ken Stevens <ken@smilecdr.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.