cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancements in the MAU application

neha_mahanty
Active Participant
0 Kudos

HI All,

I want to customize the standard MAU application.

Changes done are :

1. A new jsp start page naming zstart.jsp (instead of standard start.jsp file) which contains a link to another jsp.

Path: C:\SAPmi\MAU30\app-root\ZJSP\ zstart.jsp.

2. Next change is to make in the web.xml file, so that, as the application starts zstart.jsp page in invoked.

<servlet-mapping>

<servlet-name>Name-of-servlet</servlet-name>

<url-pattern>/ZJSP/zstart</url-pattern>

</servlet-mapping>

This is the change I made in the web.xml file, but when I execute it gives me page not found error.

Do I need to write the code inside the <!-- @JSPC-INSERT-HERE@ --> in web.xml file. If anyone has idea about it please guide.

Your help, ideas, suggestions are truly welcome.

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Neha,

Instead of modifying the web.xml file you could create a view.configure file and add an entry like

home.Start=home.zStart

You will need to create zStart.view and zStart.jsp files in home folder.

Please refer the enhancement guides by going to service.sap.com/instguides --> SAP xApps --> SAP xApps for Mobile Business --> SAP xMAM, utilities.

Also post mobile related questions to [mobile forum|; get more appropriate responses.

Chintan

neha_mahanty
Active Participant
0 Kudos

Hi chintan,

Thanks for the help

Neha

Answers (0)