cancel
Showing results for 
Search instead for 
Did you mean: 

Shared Reference

Former Member
0 Kudos

Hi,

How to create a shared reference in portal application server..?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

using the "Properties" menu entry of the WD project is of course the only valid way to go here. The used "portalapp.xml" file is created automatically and you should never change this by hand.

Best regards

Jochen

former_member182372
Active Contributor
0 Kudos

Hi Shah,

To specify sharing reference in <i>Web Dynpro</i> project you need right click on project, select "Properties", select "Web Dynpro References", select "Sharing references" and add new one.

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi Shah,

Add these lines in your portalapp.xml

<application-config>

<property name="SharingReference" value="htmlb,pcdadmin"/>

</application-config>

make sure that the portal services like html and pcdadmin are set in to your classpath.

Regards,

Karthick

Former Member
0 Kudos

If you mean providing the sharing refernce in Web Dynpro you can do that in the Build path. If you need to do that in the portal then you may provide the sharing refernce in the deployment descriptor(portalapp.xml)

Noufal