cancel
Showing results for 
Search instead for 
Did you mean: 

External url alias

Former Member
0 Kudos

Hi ,

We are not using portal. So I want to give the user the direct url. But when I run my webapp its like

http://host:8000/sap/bc/webdynpro/sap/zsalesapp

So I have confiugred the external alias by going to this link.

http://help.sap.com/saphelp_nw70/helpdata/EN/78/9852bdc06b11d4ad310000e83539c3/content.htm

Now How to run my app with external url?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

if I understand you right, your question is how you can call your application via the alias.

It should be like:

http://host:8000/youralias

Kind regards,

André

Former Member
0 Kudos

Hi,

i basically want to hide the host and port number. how to do that?

Former Member
0 Kudos

Hi,

so you want to use a domain name for that, right?

E.g. http://www.mysite.com/myapplicationalias?

Or do you have the possibility to include your application in a portal environment?

Did you set up the Fully Qualified Domain Name (FQDN) in your server with param icm/host_name_full?

Have a look at these links:

/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-its-webgui-application-in-sap-netweaver-04-abap-edition--nsp

/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp

I think you also have to do some domain configuration on your server depending on your requirements.

BR André

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The only way to "hide" the port is to use to configure your application server ICM ports to run on the default ports: HTTP: 80, HTTPS: 443. All modern browsers are hard wired to assume these ports when no port is specified.

Former Member
0 Kudos

thanks thomas. Can you please elaborate on this.

thanks,

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Not really sure what to elaborate on. You would change the Instance profile to set to port specifications to the defaults:

icm/server_port_0 = PROT=HTTP,PORT=80

icm/server_port_1 = PROT=HTTPS,PORT=443

Answers (1)

Answers (1)

Former Member
0 Kudos

any clues?