joinfaces / joinfaces-maven-war-example

JoinFaces Maven War Example
21 stars 54 forks source link

Sample not working Tomcat 9.0.63 #519

Open herve-ch opened 2 years ago

herve-ch commented 2 years ago

Hello I followed the README and can't get the sample working on Tomcat 9.0.63 Using MacOS M1 java 17.0.2 I have 404 error when trying to access http://localhost:8080/joinfaces-example/ Anyone can help me? Thank you

Here is the Tomcat log:

2022-05-18 20:27:16.199 INFO 4806 --- [io-8080-exec-13] o.j.example.JoinFacesExampleApplication : Starting JoinFacesExampleApplication v4.7.x using Java 17.0.2 on Air-de-User.lan with PID 4806 (/Users/user/Downloads/apache-tomcat-9.0.63/webapps/joinfaces-example-4.7.x/WEB-INF/classes started by user in /Users/user/Downloads/apache-tomcat-9.0.63/bin) 2022-05-18 20:27:16.200 INFO 4806 --- [io-8080-exec-13] o.j.example.JoinFacesExampleApplication : No active profile set, falling back to 1 default profile: "default" 2022-05-18 20:27:16.912 INFO 4806 --- [io-8080-exec-13] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 694 ms 2022-05-18 20:27:17.001 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of SLF4JLogAdapterFactory: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:17.081 INFO 4806 --- [io-8080-exec-13] o.s.boot.web.servlet.RegistrationBean : Filter OCPsoft Rewrite Filter was not registered (possibly already registered?) 2022-05-18 20:27:17.081 INFO 4806 --- [io-8080-exec-13] o.s.boot.web.servlet.RegistrationBean : Servlet FacesServlet was not registered (possibly already registered?) 2022-05-18 20:27:17.230 WARN 4806 --- [io-8080-exec-13] .s.s.UserDetailsServiceAutoConfiguration :

Using generated security password: 935a283f-ecca-44d1-8152-1bf439218237

This generated password is for development use only. Your security configuration must be updated before running your application in production.

2022-05-18 20:27:17.781 INFO 4806 --- [io-8080-exec-13] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@46c01767, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@500963db, org.springframework.security.web.context.SecurityContextPersistenceFilter@32e01208, org.springframework.security.web.header.HeaderWriterFilter@6db3177a, org.springframework.security.web.authentication.logout.LogoutFilter@14b03d61, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@56a0220d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@104af43b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3023a4af, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@45ed67c7, org.springframework.security.web.session.SessionManagementFilter@131ec0b8, org.springframework.security.web.access.ExceptionTranslationFilter@4516e67c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@67116cae] 2022-05-18 20:27:18.137 INFO 4806 --- [io-8080-exec-13] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator' 2022-05-18 20:27:18.162 INFO 4806 --- [io-8080-exec-13] o.j.example.JoinFacesExampleApplication : Started JoinFacesExampleApplication in 2.222 seconds (JVM running for 407.449) 18-May-2022 20:27:18.193 INFO [http-nio-8080-exec-13] com.sun.faces.config.ConfigureListener.contextInitialized Initialisation de Mojarra 2.3.17 pour le contexte «/joinfaces-example-4.7.x» 18-May-2022 20:27:18.251 INFO [http-nio-8080-exec-13] com.sun.faces.spi.InjectionProviderFactory.createInstance JSF1048 : Présence d’annotations PostConstruct/PreDestroy Les méthodes de beans gérés marquées avec ces annotations auront des annotations dites traitées. 2022-05-18 20:27:18.315 INFO 4806 --- [io-8080-exec-13] o.o.rewrite.faces.RewritePhaseListener : RewritePhaseListener starting up. 18-May-2022 20:27:18.518 INFO [http-nio-8080-exec-13] org.primefaces.webapp.PostConstructApplicationEventListener.processEvent Running on PrimeFaces 11.0.0 18-May-2022 20:27:18.519 INFO [http-nio-8080-exec-13] org.primefaces.extensions.application.PostConstructApplicationEventListener.processEvent Running on PrimeFaces Extensions 11.0.2 18-May-2022 20:27:18.519 INFO [http-nio-8080-exec-13] org.omnifaces.VersionLoggerEventListener.processEvent Using OmniFaces version 1.14.1 2022-05-18 20:27:18.521 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : RewriteFilter starting up... 2022-05-18 20:27:18.524 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of FacesRewriteLifecycleListener: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.526 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of JoinRewriteLifecycleListener: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.527 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of DefaultRewriteLifecycleListener: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.530 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of Servlet25DispatcherTypeProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.530 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of Servlet3DispatcherTypeProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.533 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of HttpRewriteResultHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.536 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [3] org.ocpsoft.rewrite.servlet.spi.RewriteLifecycleListener [org.ocpsoft.rewrite.faces.FacesRewriteLifecycleListener<0>, org.ocpsoft.rewrite.servlet.impl.DefaultRewriteLifecycleListener<2147483647>, org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener<2147483647>] 2022-05-18 20:27:18.536 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [1] org.ocpsoft.rewrite.servlet.spi.RequestCycleWrapper [org.ocpsoft.rewrite.servlet.impl.HttpRewriteRequestCycleWrapper<0>] 2022-05-18 20:27:18.536 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [1] org.ocpsoft.rewrite.spi.RewriteProvider [org.ocpsoft.rewrite.servlet.impl.DefaultHttpRewriteProvider<0>] 2022-05-18 20:27:18.536 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [1] org.ocpsoft.rewrite.servlet.spi.RewriteResultHandler [org.ocpsoft.rewrite.servlet.impl.HttpRewriteResultHandler<0>] 2022-05-18 20:27:18.536 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [1] org.ocpsoft.rewrite.servlet.spi.InboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpInboundRewriteProducer<0>] 2022-05-18 20:27:18.536 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [1] org.ocpsoft.rewrite.servlet.spi.OutboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpOutboundRewriteProducer<0>] 2022-05-18 20:27:18.536 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [0] org.ocpsoft.rewrite.servlet.spi.ContextListener [] 2022-05-18 20:27:18.536 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestListener [] 2022-05-18 20:27:18.536 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestParameterProvider [] 2022-05-18 20:27:18.537 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of SpringExpressionLanguageProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.537 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of FacesExpressionLanguageProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.538 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of SpringExpressionLanguageProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.538 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [2] org.ocpsoft.rewrite.el.spi.ExpressionLanguageProvider [org.ocpsoft.rewrite.faces.FacesExpressionLanguageProvider<30>, org.ocpsoft.rewrite.spring.SpringExpressionLanguageProvider<20>] 2022-05-18 20:27:18.539 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of NavigatingInvocationResultHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.539 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [1] org.ocpsoft.rewrite.spi.InvocationResultHandler [org.ocpsoft.rewrite.faces.NavigatingInvocationResultHandler<100>] 2022-05-18 20:27:18.539 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of SpringServiceEnricher: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.539 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of SpringBootServiceEnricher: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.540 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [2] org.ocpsoft.common.spi.ServiceEnricher [org.ocpsoft.rewrite.spring.SpringServiceEnricher, org.joinfaces.autoconfigure.rewrite.SpringBootServiceEnricher] 2022-05-18 20:27:18.541 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of ServletContextConfigurationCacheProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.541 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [1] org.ocpsoft.rewrite.spi.ConfigurationCacheProvider [org.ocpsoft.rewrite.servlet.impl.ServletContextConfigurationCacheProvider<0>] 2022-05-18 20:27:18.542 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of AnnotationConfigProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.543 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RedirectToIndexConfigurationProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.543 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RedirectToIndexConfigurationProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.543 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RedirectToIndexConfigurationProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.543 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of SpringBootAnnotationConfigProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.550 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Loaded [4] org.ocpsoft.rewrite.config.ConfigurationProvider [org.joinfaces.example.view.RedirectToIndexConfigurationProvider$$EnhancerBySpringCGLIB$$93dc3a04<10>, org.ocpsoft.rewrite.annotation.config.AnnotationConfigProvider<100>, org.joinfaces.example.view.RedirectToIndexConfigurationProvider<10>, org.joinfaces.autoconfigure.rewrite.SpringBootAnnotationConfigProvider<100>] 2022-05-18 20:27:18.551 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of ServletContextConfigurationCacheProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.551 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of AnnotationConfigProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.552 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RedirectToIndexConfigurationProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.552 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RedirectToIndexConfigurationProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.552 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RedirectToIndexConfigurationProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.552 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of SpringBootAnnotationConfigProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.552 INFO 4806 --- [io-8080-exec-13] o.o.r.s.impl.DefaultHttpRewriteProvider : Loaded [0] org.ocpsoft.rewrite.spi.RuleCacheProvider [] 2022-05-18 20:27:18.557 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of WildcardParameterProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.557 INFO 4806 --- [io-8080-exec-13] o.o.rewrite.param.DefaultParameterStore : Loaded [1] org.ocpsoft.rewrite.spi.GlobalParameterProvider [org.ocpsoft.rewrite.instance.WildcardParameterProvider<0>] 2022-05-18 20:27:18.568 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of DeferredHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.569 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of IgnorePostbackHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.570 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of DomainHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.570 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of JoinHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.571 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RuleHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.571 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of PathPatternHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.572 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of PriorityHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.573 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RequestActionHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.573 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RewriteConfigurationHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.574 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of RolesRequiredHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.574 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of ParameterHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.575 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of MatchesHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.575 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of ForwardToHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.576 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of ConvertHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.577 WARN 4806 --- [io-8080-exec-13] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of ValidateHandler: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:18.578 INFO 4806 --- [io-8080-exec-13] o.j.autoconfigure.ClasspathScanUtil : Loading prepared scan result took 0.197292ms 2022-05-18 20:27:18.581 INFO 4806 --- [io-8080-exec-13] o.ocpsoft.rewrite.servlet.RewriteFilter : Rewrite 3.5.1.Final initialized. 18-May-2022 20:27:18.583 INFO [http-nio-8080-exec-13] org.apache.catalina.startup.HostConfig.deployWAR Le déploiement de l'archive de l'application web [/Users/user/Downloads/apache-tomcat-9.0.63/webapps/joinfaces-example-4.7.x.war] s'est terminé en [4 495] ms 2022-05-18 20:27:21.578 INFO 4806 --- [io-8080-exec-12] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2022-05-18 20:27:21.582 INFO 4806 --- [io-8080-exec-12] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms 2022-05-18 20:27:21.612 WARN 4806 --- [io-8080-exec-12] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of Servlet25DispatcherTypeProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:21.612 WARN 4806 --- [io-8080-exec-12] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of Servlet3DispatcherTypeProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:21.620 WARN 4806 --- [io-8080-exec-12] o.s.w.c.s.SpringBeanAutowiringSupport : Current WebApplicationContext is not available for processing of WildcardParameterProvider: Make sure this class gets constructed in a Spring web application after the Spring WebApplicationContext has been initialized. Proceeding without injection. 2022-05-18 20:27:21.621 INFO 4806 --- [io-8080-exec-12] o.o.r.param.DefaultParameterValueStore : Loaded [1] org.ocpsoft.rewrite.spi.GlobalParameterProvider [org.ocpsoft.rewrite.instance.WildcardParameterProvider<0>]

herve-ch commented 2 years ago

Hello it actually works but i have to call http://localhost:8080/joinfaces-example/starter.jsf instead of http://localhost:8080/joinfaces-example/ Are the warnings "o.s.w.c.s.SpringBeanAutowiringSupport" critical?? Thanks for your work