You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In task 6 the /loactions URL does not work -> 404
/camel/locations work perfect
12:14:03.320 [main] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
12:14:03.322 [main] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'CamelServlet' to [/camel/*]
12:14:03.324 [main] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'metricsFilter' to: [/*]
12:14:03.325 [main] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
12:14:03.325 [main] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
12:14:03.325 [main] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
12:14:03.325 [main] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
12:14:03.325 [main] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*]
12:14:03.325 [main] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'applicationContextIdFilter' to: [/*]
after update in application.properties
camel.component.servlet.mapping.contextPath=/*
old was "context-path"
/locations works perfect.
In task 6 the /loactions URL does not work -> 404
/camel/locations work perfect
after update in application.properties
camel.component.servlet.mapping.contextPath=/*
old was "context-path"
/locations works perfect.
environment: https://tutorial-web-app-webapp.apps.cluster-77glf.77glf.sandbox858.opentlc.com/
The text was updated successfully, but these errors were encountered: