Java application hosted on Azure App Service giving 200 Web App Error

Aayush Suresh Jain 151 Reputation points
2023-12-22T08:16:49.0466667+00:00

I have a Java application hosted on Azure App Service, with three different App Services for DEV, Test, and Production environments. Even though all three have the same code deployed, the Production instance has started giving an error where image HTML content is being added to Javascript files that causes strange behavior and prevents some parts of the application from loading correctly. How can I fix this, considering that there are no logged errors on Application Insights, no changes have been made to the application, and this is a problem unique to the Production instance?

User's image

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
{count} votes

Answer accepted by question author
  1. SnehaAgrawal-MSFT 22,721 Reputation points Moderator
    2023-12-28T07:20:15.0566667+00:00

    Reposting Solution which helped- "The configurations are same for the three environments but I tried changing the Tomcat version from auto select to specific version 9.0.54 and that did the trick."

    @Aayush Suresh Jain Glad that you were able to resolve your issue and I appreciate your effort in sharing the solution. Your contribution will undoubtedly assist others facing similar challenges.

    As the Microsoft Q&A community follows a policy where the question author cannot accept their own answer.

    I've reposted your solution. 

    Feel free to consider "Accepting" the answer if you find it suitable.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.