cancel
Showing results for 
Search instead for 
Did you mean: 

help wiht jsp examples

Former Member
0 Kudos

Hello all:

I'm a new MI user and I have troubles with my first examples. I have read the LAD tutorial because I can't access to web console, and I follow it step to step. When I can see the link to my app, if I click it appears an error message:

<i>Application 'MDK_persistence_simpleJSP' is not registered; upload application to SAP Web Console</i>

how can I run my app??

thanks all.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello juan,

check if your app returns the same string on the method

getApplicationName() with that of the name you registered.

the following equation must be satisfied.

getApplicationName() = MCD name = WAR file name

if you check the BackUp in LAD, your archive will be copied

to <appname>.war file. thus you only have to make that

your app's getApplicationName() returns the same string

with that of your name when you deploy it.

regards

jo

Answers (0)