cancel
Showing results for 
Search instead for 
Did you mean: 

quicklink for WebDynpro application

Former Member
0 Kudos

Hi everybody,

I'd like to set up a quicklink to access my WebDynpro application as I can access for example the UME (http://<server>:<port>/useradmin)

How can I build a URI like http://<server>:<port>/myApplication?

thanks in advance

regards

Jan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182374
Active Contributor
0 Kudos

Hi Jan,

A quick (and dirty) workaround would be to create htm file.

the htm file will contain this:

<html>

<iframe

src="/webdynpro/dispatcher/local/<project name>/<application name>"

width="100%"

height="100%"

scrolling="auto"

frameborder="0"

>

</iframe>

</html>

put the file under

<drive>\usr\sap\<SID>\JC<InstanceNumber>\j2ee\cluster\server<No>\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_default\root

Then, you can run your application by:

http://<server>:<port>/<file name>.htm

Omri

Former Member
0 Kudos

Hi ,

Check this

/people/renjith.andrews/blog/2005/03/31/creating-an-http-alias-in-was

Sunitha

Former Member
0 Kudos

Hi,

I've found this already. But this is not what I like have.

There must be an alternative that you can directly set up with the deployment of the ear-file.

By the way I have no Idea what the link must look like to access a WebDynpro application using the HTTP aliases.

regards

Jan

Former Member
0 Kudos

Hi,

I think quick link can be done using Web Dynpro Client for Java which available for free download in SDN.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/57fece90-0201-0010-6e88-8aafcefbc1e7">web [original link is broken] [original link is broken]

Try out using this.

Mahesh