-1

I just created Hello World Maven Archetype(org.apache.maven.archetypes:maven-archetype-webapp) application in IntelliJ Idea (following: https://learn.microsoft.com/en-us/azure/developer/java/toolkit-for-intellij/create-hello-world-web-app) Application do nothing spectacular, just in index.jsp I have:

<html>
<body>
<h2>Hello World!</h2>
</body>
</html>

I try to Deploy to Azure Web App but receive error:

Failed to deploy to Azure Web App(my-app) with resource creation or updating, unsupported text Content-Type Type: class java.lang.Object.

My Azure Web App has:

enter image description here

1 Answer 1

0

I just change Operation system and SKU and size

enter image description here

and it fixed issue:

Deployment succeed but the app is still starting at server side.
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.