|
Problem |
If you are running WebSphere® Application Server for z/OS
V4.0.1 simple configuration option to look up EJB™'s deployed on V5.0 or
V5.1 of WebSphere Application Server you must code some properties in your
was.conf file. |
|
Cause |
|
|
Solution |
If Service Level W401616 or higher is installed on your
WebSphere Application Server for z/OS V4.0.1 system, you can use the
simple configuration option to look-up Enterprise Java™ Beans (EJBs)
deployed on version V5.0 and V5.1 of WebSphere Application Server. You can
enable this capability by adding the following three properties to your
was.conf. Each of these properties must be entered as a single line:
appserver.java.extraparm=-DDisable.J2EE=true
appserver.java.extraparm=-Dcom.ibm.naming.post401=true
appserver.java.extraparm=-Dejb.jndi.name.prefix=EJB_lookup_string_prefix
IBM recommends that you use topology based JNDI™ names for the EJB look-up
name. For example:
cell/nodes/MYNODE/servers/MYSERVER/EJB_lookup_ name> |
|
|
|
|
|
|