I want to develop a JSF web application.
I use JSF 2.3 (.xhtml), Tomcat 9.0.33 and Open JDK 11.0.2 (on Windows 10)
Apache Netbean 11.3 is my IDE. (this now s
Verify if the build classes have been copied to tomcat.
${tomcat_home}\wtpwebapps\${project_name}\WEB-INF\classes
or
${tomcat_home}\webapps\${project_name}\WEB-INF\classes
${tomcat_home}\(.metadata\.plugins...)\{project_name}\WEB-INF\classes