cancel
Showing results for 
Search instead for 
Did you mean: 

How to access a WD Application using URL

SandipAgarwalla
Active Contributor
0 Kudos

Hi,

I need to access a Web Dynpro Application running on WAS 6.40 using some URL in the browser ,

like-- http://111.61.11.24.

What i mean, upon typing this url, i shud be able to see the default page of my WD App , instead of giving the full URL what the WD generates.

Any idea, how to do it?

Thanks in advance

Sandip Agarwal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The only way to acess WD it's throw it's application url. You can't define any mappings to it. In order to map WD application to some url I would use servlet wich will get the request and simply redirect it to wd application url. Then you can map your servlet using web.xml to the path of your wish.

Hope it helps.

Victor

Answers (1)

Answers (1)

SandipAgarwalla
Active Contributor
0 Kudos

Thanks Victor for your info.it will be useful.

Regards

sandip