Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Jetty 7 connecting to WebSphere server

Hi,

Are there some guidelines calling WebSphere deployed EJBs outside Jetty container. I have a small test application using EJBs deployed in WebSphere from jetty deployed  application. This test application works fine as long as there are no JNDI resources defined inside the  When I define some JNDI resources inside context file, the jetty container tries to bind on the remote WebSphere server, and this shouldn't be the case. So, my jetty should have local JNDI, and should also be able to use remotely deployed EJBs.


For connecting to the WebSphere environment I followed the following IBM document:
http://publib.boulder.ibm.com/infocenter/p8docs/v4r5m1/index.jsp?topic=/com.ibm.p8.doc/developer_help/content_engine_api/guide/gs_concepts_setup_thick_client.htm


Regards,

Walter

Back to the top