How to change the servlet mapping in JoinFaces?

308 Views Asked by At

The default servlet mapping in JoinFaces seems to be *.jsf.

How may I change it to a different mapping? I could not find a setting in Spring Boots application config file.

1

There are 1 best solutions below

0
On BEST ANSWER

Starting from JoinFaces 3.1.0, it is possible to configure servlet mapping. See details.