Skip to content

Commit dd1e2f6

Browse files
authored
destination folder must be created before copy operation
1 parent c640f1e commit dd1e2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/app-service/configure-language-java.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ Here's a PowerShell script that completes these steps:
704704
705705
# Copy Tomcat to local
706706
# Using the environment variable $AZURE_TOMCAT90_HOME uses the 'default' version of Tomcat
707+
New-Item "$Env:LOCAL_EXPANDED\tomcat" -ItemType Directory
707708
Copy-Item -Path "$Env:AZURE_TOMCAT90_HOME\*" -Destination "$Env:LOCAL_EXPANDED\tomcat" -Recurse
708709
709710
# Perform the required customization of Tomcat

0 commit comments

Comments
 (0)