We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c640f1e commit dd1e2f6Copy full SHA for dd1e2f6
articles/app-service/configure-language-java.md
@@ -704,6 +704,7 @@ Here's a PowerShell script that completes these steps:
704
705
# Copy Tomcat to local
706
# Using the environment variable $AZURE_TOMCAT90_HOME uses the 'default' version of Tomcat
707
+ New-Item "$Env:LOCAL_EXPANDED\tomcat" -ItemType Directory
708
Copy-Item -Path "$Env:AZURE_TOMCAT90_HOME\*" -Destination "$Env:LOCAL_EXPANDED\tomcat" -Recurse
709
710
# Perform the required customization of Tomcat
0 commit comments