Land #619, update axis2 url as https

This commit is contained in:
Jeffrey Martin 2024-04-20 22:08:54 -05:00
commit 6885193671
No known key found for this signature in database
GPG Key ID: 96E9AC6325E2DABC
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://archive.apache.org/dist/axis/axis2/java/core/1.6.0/axis2-1.6.0-war.zip', 'C:\Windows\Temp\axis2-1.6.0-war.zip')" <NUL
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile('https://archive.apache.org/dist/axis/axis2/java/core/1.6.0/axis2-1.6.0-war.zip', 'C:\Windows\Temp\axis2-1.6.0-war.zip')" <NUL
cmd /c ""C:\Program Files\7-Zip\7z.exe" x "C:\Windows\Temp\axis2-1.6.0-war.zip" -oC:\axis2"
copy /Y C:\axis2\axis2.war "%CATALINA_HOME%\webapps"
rd /s /q C:\axis2