Jakarta EE (Java EE) translation warnings
You might see the following warning in the translation of Jakarta EEĀ applications:
Could not locate the root (WEB-INF) of the web application. Please build your web application and try again. Failed to parse the following jsp files: <list_of_jsp_files>
This warning indicates that your web application is not deployed in the standard WAR directory format or does not contain the full set of required libraries. To resolve the warning, make sure that your web application is in an exploded WAR directory format with the correct WEB-INF/lib and WEB-INF/classes directories that contain all the .jar and .class files required for your application. Also verify that you have all the TLD files for all your tags and the corresponding JAR files with their tag implementations.