79624024

Date: 2025-05-15 18:52:28
Score: 2
Natty:
Report link

Here's how to fix the issue:

  1. Remove <scope>provided</scope> after <artifactId>tomcat-embed-jasper</artifactId> in pom.xml (thanks user5819768 and Andy Wilkinson)

  2. You should also move sayHello.jsp from /src/main/resources/META-INF/resources/WEB-INF/jsp/ to: src/main/webapp/WEB-INF/jsp/ (so that Tomcat can access it properly)

  3. Restart IntelliJ (thanks Fabian McGibbon)

  4. Maven > Execute Maven Goal > mvn clean install (thanks user5819768)

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Has code block (-0.5):
  • User mentioned (1): user5819768
  • User mentioned (0): user5819768
  • Low reputation (1):
Posted by: Joel