cancel
Showing results for 
Search instead for 
Did you mean: 

KM with WebDynpro

sureshmandalapu6
Active Contributor
0 Kudos

Hi Experts,

In order to work with KM repositories for retriving the data from KM documents, I need to add the following jar files.

bc.rf.framework_api.jar

bc.rf.global.service.urlgenerator_api.jar

bc.sf.framework_api.jar

bc.util.public_api.jar

com.sap.security.api.ep5.jar

com.sap.security.api.jar

prtapi.jar

Where can i get these jar files , do they availabe any where for downloading ?

moreever. I have add two classpath variables.

Classpath name: WEBAS_HOME

Path :c:\usr\sap\F48\JC30\j2ee\cluster\server0

Classpath name: PORTAL_HOME

Path : c:\usr\sap\F48\JC30\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal

I don't understand what are these paths ? Since the server is not installed in my machine, how can i set this path ?

help me

thanks in advacne

Suresh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You will get all the jar files if u search under various sub directories starting with the path below for eg. prtapi.jar is present in C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\lib on a windows system

\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\*

Answers (3)

Answers (3)

sureshmandalapu6
Active Contributor
0 Kudos

Thanks a lot for your response.

@GLM

My server is placed on SUN OS. So I was unable to find those jar files in the given path by you. However I found those files in my system itself in the path wher i installed my NWDS.

@manivannan

Thanks a lot for your suggestion. I found those jar files in my system itself. I still have the problem with classpath variables. When i try to add the path given by you , it is saying the path doesn't exist. I think that might be the server path i think. As you said it is accessing the files from my system , I don't understand in this. Should i create that path in my system then map it ?

Please eloborate on this.

@Nikil

Thanks Nikil , i saw the blog , it is good.

Thanks

Suresh

nikhil_bose
Active Contributor
0 Kudos

This blog contains [all .jar file locations|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1750] [original link is broken] [original link is broken] [original link is broken]; for KM

nikhil

Former Member
0 Kudos

Hi suresh,

Go to C:\Program Files\SAP\JDT\eclipse\plugins(this is for example only)which location NWDS installed go to that,

Under plugin u can search the jar files.

Classpath name: WEBAS_HOME

Path :c:\usr\sap\F48\JC30\j2ee\cluster\server0

This is for accssing file from ur system to ur server.

Classpath name: PORTAL_HOME

Path : c:\usr\sap\F48\JC30\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal

This is for accessing your Portal KM repository.

Regards,

P.Manivannan