cancel
Showing results for 
Search instead for 
Did you mean: 

DC archive generation - deploy without JDI

former_member190457
Contributor
0 Kudos

Hi everybody

I have Web Dynpro DC "parent" depending on WebDynpro DC "child", and no JDI in use.

I would like to create a deployable archive for father and then one for child and then ask customer's sysadmins to deploy them (e.g. with SDM), as I cannot directly do that.

I can see that right clicking on the LocalDevelopment~<project name> project folder from WD perspective - WD explorer, I can create an archive.

Where is it stored? Can I use it for the specified purpose?

Thanks

Points will be awarded

Vincenzo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vincenzo,

All the DC's will be stored in the file system.

The path for the DC's you can find using Window ->Preferences ->Java Development Infrastructure -> Development Configuration Pool -> Root Folder. You can find the DC's path here.

Go to the above path, you can find "LocalDevelopment" folder where all the local DC's will be stored. Under "LocalDevelopment" folder -> DCs -> "vendor name" (Ex: sap.com) -> project name -> _comp -> gen -> default -> deploy, you can find the ear file.

You can use the same file to deploy using SDM.

Hope this helps!

Regards,

VJR.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go to navigator view in web dynpro perspective.

then follow the path for getting ur deployable archive.

ur Projectname->gen->default->deploy->generated archive.

please make sure that u have generated this archive.

U can right copy this archive and paste it on ur desktop.

Regards

Surender Dahiya

Former Member
0 Kudos

Hi,

The archive of the DC ie deployable ear file is created in location :

C:\Documents and Settings\<user-name>\.dtc\LocalDevelopment\DCs\<client-name>\<dc-name>\_comp\gen\default\deploy

The ear can be fetched from the location and deployed on a WAS.

Edited by: Sudeep Sura on Jun 4, 2008 3:36 PM