cancel
Showing results for 
Search instead for 
Did you mean: 

MAMapplication losing root information after sync

Former Member
0 Kudos

Hi,

Ive seen this strange behaviour before and I dont understand why. When you have MAM installed, you startup the client, click the link to MAM. If you read the MAMApplication.getRoot() it will return the mobile components rootdirectory. If you then synchronize, go to MAM again and read the MAMApplication.getRoot(), you will see it does not return the root anymore.

Does anyone know why?

Ive seen it for MAM 2.5 and MAM 3.0, both with enhanced implementation of the MAMApplication interface.

Kind regards,

Mike

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Just found out it has to do with the com.sap.mbs.core.web.FrontServlet class which sets the root based on getServletContext().getRealPath("WEB-INF"). This is probably returning nothing.

Mike