cancel
Showing results for 
Search instead for 
Did you mean: 

.PAR file location after upload

Former Member
0 Kudos

Hi,

Can any one tell me after uploading .PAR file from Java Development workset where it is stored in PCD.

Please reply as soon as possible.

Regards,

Amey

Accepted Solutions (0)

Answers (2)

Answers (2)

guru_subramanianb
Active Contributor
0 Kudos

hi,

refer to my previous post which has answer to ur q.

Rdgs,

G

guru_subramanianb
Active Contributor
0 Kudos

Hi,

In your PDk or portal enviroment it is stored under

http://<ur Server name>:<port no>/irj/servlet/prt/portal/prtroot/<ur portal project name>

Rdgs,

G

Former Member
0 Kudos

Hi.

On the filesystem, you can find your par file with the extension .bak under:

\usr\sap\<sid>\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\temp

A copy is kept in the DB.

During deployment the par file was extracted and split up into public and private resources.

The public part can be found under:

\usr\sap\<sid>\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps

The private part is located under:

\usr\sap\<sid>\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps

Regards, Karsten

Former Member
0 Kudos

Hi,

But where can i search this link in poratl.

Plz give me detail path for searching this file.

Regards,

Amey

Former Member
0 Kudos

Go to System Administration --> Support --> Portal Runtime --> Browse Deployment

Then you can navigate to any folder you want and see the PAR files as .bak in ROOT/WEB-INF/deployment...and then in pcd or temp folders.

Hope that helps.

Regards,

JP