cancel
Showing results for 
Search instead for 
Did you mean: 

URL to access a WD application

Former Member
0 Kudos

Hi colleagues

I build my WD SDA via ANT, so I don't use local components. I couldn't find a way to specify the URL for my app.

Isn't there a way to specify

http://<host>:<port>/<Application>;

instead of:

http://<host>:<port>/webdynpro/dispatcher/<ProviderName>/<ComponentName>/<Application>;

Thanks, Patric

Accepted Solutions (0)

Answers (1)

Answers (1)

htammen
Active Contributor
0 Kudos

Hi Patric,

I think that is not possible because the Web Dynpro runtime itself is implemented as servlet.

This means that a dispatcher servlet <dispatcher> in context webdynpro <webdynpro> seems to be executed. The webdynpro dispatcher servlet than executes your Web Dynpro application by looking for <ComponentName> of <ProviderName> to start <Application>

Regards

Helmut