I am trying to establish communication between two app servers. I have a sample
EJB deployed on Websphere and wish to call its business methods from a
JSP page which is running on Apache
Tomcat server. (ie) Tomcat is client to websphere. Is it possible to do? If so, what are the client Jar files of websphere that I should make available to JSP page on Tomcat? Do I need to set any Jars in Tomcat environment variables? Lood forward for your immediate help. Thanks in advance.