cancel
Showing results for 
Search instead for 
Did you mean: 

How and where to assign URL to an application

senthil_kumar29
Participant
0 Kudos

Hi, Please help me out how to define an URL name for an application.

Thank U for ur time.

Cheers,

Senthil

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Hi sam raj,

Do you mean HTTP Alias?

If yes, take a look at this blog: /people/renjith.andrews/blog/2005/03/31/creating-an-http-alias-in-was

Omri

Answers (3)

Answers (3)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Sam,

what's your concrete use case for this question. You should not manually create a Web Dynpro application URL but should better invoke the WDURLGenerator service API instead.

Regards, Bertram

senthil_kumar29
Participant
0 Kudos

Thanx for your answer Bertram.

I am just curious how my page name going to be if it is part some website.

Cheers,

Sam

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Sam,

Go to webdynpro project - > right click on Application under the project -> Deploy new archive and run. Automatically it will open a brower and show the view

xxxxyyyyyzzzzzzz.com: project name

Applnname : Application name

http://servername:port/webdynpro/dispatcher/xxxxyyyyyzzzzzzz.com/Applnname?

Regards, Suresh KB

Former Member
0 Kudos

Hi,

URL of the Web Dynpro application is as follows:

<b>for locally deployed:</b>

<host name>:<port number>/webdynpro/dispatcher/local/<Web Dynpro project>/<name of WebDynpro application>

<b>for a development components:</b>

<host name>:<port number>/>webdynpro/dispatcher/<Vendor>/<name of development component><name of WebDynpro application>

You specify a name for a WebDynpro application when you create it in NWDS.

I hope it helps.

Kind Regards, Jack

former_member196517
Contributor
0 Kudos

hi Sam,

can you please elaborate more what exactly u want to achieve.

Thanks

Anuj