Skip to content

Commit

Permalink
Create temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
skbhaskarla committed Sep 24, 2021
1 parent ad39759 commit 4802acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions asbestos-assembly/bundled-tomcat-9.0.26/bin/start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ REM ON WINDOWS -- START HAPI FHIR HERE IF XDS TOOLKIT WEBAPPS DOES NOT HAVE HAPI
REM
ECHO Starting HapiFHIR
SET HAPIFHIR=%CATALINA_HOME%/HapiFhir/base
MKDIR %HAPIFHIR%\temp
MKDIR %HAPIFHIR%\logs
SET CATALINA_BASE=%HAPIFHIR%
@CALL .\startup.bat
Expand Down
1 change: 1 addition & 0 deletions asbestos-assembly/bundled-tomcat-9.0.26/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ echo "CATALINA_HOME is $CATALINA_HOME"

echo "starting HAPI FHIR base"
HAPIFHIRBASE=${BASEDIR}/../HapiFhir/base
mkdir ${HAPIFHIRBASE}/temp
mkdir ${HAPIFHIRBASE}/logs
export CATALINA_BASE=${HAPIFHIRBASE}
echo "CATALINA_BASE=$CATALINA_BASE"
Expand Down

0 comments on commit 4802acf

Please sign in to comment.