cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Deployed Application

Former Member
0 Kudos

Hello all,

Have created a DC that has 2 item in it:

-> models (for the model referenced with JCo)

-> comp (for a component with the view, etc.)

These 2 DCs were deployed individually but I could not run "comp".

Later, I came across the following documentation:

A Web Dynpro Application is an entry point into a Web Dynpro Component and is the only Web Dynpro entity that can be address via a URL.

So, I created a Web Dynpro Application that referenced "comp". I was able to do "Deploy and Run" successfully. It does Deploy and Run.

However ...

Now that the application is deployed, how do I find it on the server (not using the NWA) so that I can run it in a browser?

Any help is appreciated

TIA

Edited by: Casey Harris on May 21, 2009 8:49 AM

Accepted Solutions (1)

Accepted Solutions (1)

pravesh_verma
Active Contributor
0 Kudos

Hi Casey,

All WebDynpro deployed content are already there.

You can see the preview by

1. Open the EP with content admin rights (http:// <ip>:<port>/irj/portal)

2.Under content management tab u will see Webdynpro application.

3. Open the this tree hierarchy select your component name u open it or right click select preview.

4) The same appliction can be used for creating the Iviews directly. You can right click that and create the iView from the application itself.

5) Once you have iView in place you can use it anyway you want. Either in Page or workset, whatever..

I hope that solves the issue.

Thanks and Regards,

Pravesh

Former Member
0 Kudos

Hi Casey,

You can do any one of the following

1) If you just want to Run the application, then right click the application in NWDS and you will see an option to Run. This will open the application in the browser for you.

2) If you want to view it in the portal, then you will have to create a iView for the Web Dynpro Application. Click on the "Content Administration" role in the portal. You will see a folder "Portal Content". You can create iView directly under this folder or create a folder under the folder to hold all your iView. Then create a role and add the iView to the role. Go to User Administration and add the role to the your user id.

3) Search for the application in the Web Dynpro tab as Pravesh mentioned and click on preview. This is the same as option 1

Regards,

kartikaye

Former Member
0 Kudos

Thanks for all of the responses

>

> 1) If you just want to Run the application, then right click the application in NWDS and you will see an option to Run. This will open the application in the browser for you.

If one has access to a web browser only (i.e. a machine that does not have NWDS installed upon it), is there any way that the information can be derived by logging into the Devlopment Infrastructure

http://<host>:<port>/devinf

or the NWA

http://<host>:<port>/nwa

and finding some data on the server itself?

Is the only thing that one can do is create an Iview that references the Web Dynpro? In other words, after the application is created, I would HAVE to make it a part of an Iview before turning off the machine - or - after doing the right-mouse-click -> run on the Application Name, e-mail the http address in the browser up to myself.

TIA

Former Member
0 Kudos

There exists the "Web Dynpro Content Admin" under the URL http://<server>:<port>/webdynpro of your WAS

(admin rights required).

Inside the content admin you can search for every deployed Web Dynpro component and application, see its details and start it.

http://help.sap.com/saphelp_nw04/helpdata/EN/77/931440a1c32402e10000000a1550b0/content.htm

Armin

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create iView out of Web Dynpro application.

If you know how to create iView of Web Dynrpo type, then you will be able to see all Web Dynpro applications deployed.

Regards,

Ganga

Former Member
0 Kudos