Ściągnąłem przykład strony w JSF z tej strony.
https://netbeans.org/kb/docs/web/jsf20-intro.html?print=yes
Przy próbie kompilacji projektu dostaje taki oto błąd.
SEVERE: Exception while loading the app
SEVERE: Undeployment failed for context /jsfDemo
SEVERE: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! java.util.concurrent.ExecutionException: java.lang.ExceptionInInitializerError
Czego to może być wina?
Czy to jakiś problem z ustawieniami w netbeansie?