cancel
Showing results for 
Search instead for 
Did you mean: 

RFC in IBM Websphere server

Former Member
0 Kudos

Hi all,

I want to run a Java application that calls SAP RFC in an IBM Websphere server. Right now its working fine in Tomcat server.(I have installed JCO for Tomacat).

What all are the steps (intallations and configurations) I need to do in Websphere server.

I came across terms like SAPODA and JCO. Is SAP ODA neccessary??? or JCO installation alone will work?

Thanks in advance

George

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

if you are calling the RFC from applications inside J2EE runtime, JRA is the preffered way over plain JCo which suits more for standalone applications envrionment. Ref this link for JRA details.

http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5caa85b11d6b28500508b5d5211/content.htm

Former Member
0 Kudos

Hi Amol,

Thank you for ur response. But ur answer didnt answer my question.

Hi All,

My question is with respect to IBM Websphere sever. What all pre-requisites in need to check for calling RFC using JCO.

Regards

George

Former Member
0 Kudos

u need only sapjco.jar file and dll files ..............

u put sapjco.jar file in ibm/sdp/6.0/portal/eclipse/plugins/eis.webtools.sap.6.0_0

here u copy that file.....

go to dynamic webproject, right click>properties>java build path-->add external

jars>add that sapjco.jar file and click okfinish..

now u write ur program..........

it works fine...........