cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with the Tutorial in the MDK Documentation

Former Member
0 Kudos
336

Hey,

I have made the tutorial-exercise of the MDK-documentation, in which You try to create a SyncBO and let generate the client application.

When I do all the steps and import the generated XML-file into my Eclipseproject, it should be possible to test the application on the client, after uploading to the middleware.

But when I download it to the client by synchronizing and when I´m clicking on the shown link then, it doesn´t start!

I get the message "The page cannot be found..".

But when I´m installing other application, like f.e. MAM, I can start it....

Any ideas?

Many thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

When you generate the web.xml file, one section is commented as follows:


<!--
  <servlet>
    <servlet-name>index</servlet-name>
    <jsp-file>/index.jsp</jsp-file>
  </servlet>
-->  

You have to uncomment this section.

Regards,

Todor

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank You very much! that´s the key! ;o)

greetings Arne