cancel
Showing results for 
Search instead for 
Did you mean: 

SDM deployment into the a seperate folder

Former Member
0 Kudos

Hi,

When ever we deploy the developed content using the SDM the content goes into /usr/sap/<SID>/JC00/j2ee/cluster/server0/apps/sap.com.

But I would like to know, if i can create a separate directory for the content developed by us and store them at one place.

Can you please let me know if there is way to do so.

Thanks,

Sandeep

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Doma,

Actually If you deploy your application it will be saved as a .par.bak file under the directory(given below) to make sure that it will run if you create a iview out of it.

Here is tha path:

E:\usr\sap\DP4\JC04\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd\

And also the same application will be saved in file system as a directory format.

Here is the path:

E:\usr\sap\DP4\JC04\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\

Actually there are lot of API's and services provided to access the resources under these directories..like.

(IPortalComponentRequest)request.getWebResourcePath();

(IPortalComponentRequest)request.getPrivateResourcePath();

(IPortalComponentRequest)request.getPublicResourcePath();

and so on...and also some navigation services provided by the framework.

So if you want to change these default deployment directory to some other directory it'll not workout with these API's..

May I know for what purpose you want to change your deployment directory?

If you are using NWDS your application will be deloyed in above mentioned path.

Hope it helps..

Regards,

Karthick K Eswaran