Facing redirect issue while loading the WebTop for ENOVIA 26X FD01

Hello Team,

We are upgrading our servers to ENOVIA 26X. We have installed the ENOVIA 26X FD01 on our servers and were trying to load the WebTop but it is not getting loaded.

Issue:

When we try to load the emxNavigator.jsp file it is getting loaded from /common location instead of /enovia/common. 
We are using apache tomee 10.1.4 in our setup and when we check the work directory under tomee installation dir it is empty.

If we manually add /enovia to the URL then the webtop gets loaded and we can see cache files under work dir of tomee.

We also observed that the context parameter that are present in the web.xml file is also not getting loaded.

Further we found a bypass as below which when added to the web.xml file loads the WebTop successfully.

   
       FrameworkServlet
       com.matrixone.servlet.FrameworkServlet
       2
   

Can anyone help us with this issue?