|
Russel,
Actually I haven't used axis to sun's appserver , but
used tomcat servlet to sun's appserver. So i believe both are
same.
If you
have JNDI browser it is easy to check. If you eclipse ide then you can install
JNDI plugin for it and it makes your life simpler. You can find out what is
registered in which port and what are jndi properties etc.
Sun's
JNDI uses iiop in port 1050. So instead of trying to connect using rmi use
iiop.
I have
enclosed my jndi properties for your reference -- try this -- just change the
ejb Name
JNDI
PROPERTIES
java.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory
java.naming.factory.url.pkgs=com.sun.enterprise.naming
Other parameters
URL, "iiop://localhost:1050"
ejbName = "/ejb/mgmt/MEJB"; regards,
Haneef
|
RE: EJBs deployed as webservices continued
ALI,HANEEF (HP-Cupertino,ex1) Thu, 14 Nov 2002 11:01:03 -0800
Title: Message
- EJBs deployed as webservices continued Russell Brown
- Re: EJBs deployed as webservices contin... objectman
- Re: EJBs deployed as webservices co... Bruce Scharlau
- RE: EJBs deployed as webservices contin... Russell Brown
- RE: EJBs deployed as webservices contin... Brian Ward
- RE: EJBs deployed as webservices contin... ALI,HANEEF (HP-Cupertino,ex1)
- RE: EJBs deployed as webservices contin... Russell Brown
- RE: EJBs deployed as webservices contin... Russell Brown
- RE: EJBs deployed as webservices contin... Russell Brown
- ALI,HANEEF (HP-Cupertino,ex1)
