Hi,
i have used weblogic 6.0 and deployed EJB
sucessfully. If u could tell what problem u r facing
it will be of gr8 help.
Regards
-Sugandha
--- De Minh Dang <dedang@p...> wrote:
> hello everyone,
>
> there are anyone that made deploying simpe EJB
> components successfully. I
> start trying this on Weblogic6.0. However, I am
> having some proble. Please
> share your experience or your tutorial/guideline for
> me.
> Thanks for your kindness,
>
> D.dang
>
> -----Original Message-----
> From: Amit Bhatia [mailto:Amit.Bhatia@T...]
> Sent: Tuesday, June 05, 2001 11:44 AM
> To: Enterprise Java Beans
> Subject: [enterprise_java_beans] RE: WL 6.0 problem
>
>
> I dont know if this is right but i think that the
> protocol should be http
> instead of t3
>
> > -----Original Message-----
> > From: ramy [SMTP:ramymoneiry@h...]
> > Sent: Monday, June 04, 2001 10:45 PM
> > To: Enterprise Java Beans
> > Subject: [enterprise_java_beans] WL 6.0 problem
> >
> > Dear all ,
> > I just installed the WL 6.0 and I have
> problem , I tried to
> > run an example on ejb , after run the script on
> the example ,
> >
>
samples\examples\ejb\basic\statefulSession\build.cript
> , after that I
> > tried to run the client and put the props for
> intialcontext as the
> > following :
> >
> > Properties h = new Properties();
> > h.put(Context.INITIAL_CONTEXT_FACTORY,
> > "weblogic.jndi.WLInitialContextFactory");
> > h.put(Context.PROVIDER_URL,
> "t3://localhost:7001");
> >
> > and I start the WL server but I found the
> following message :
> >
> > Beginning statefulSession.Client...
> >
> > We were unable to get a connection to the WebLogic
> server at
> > t3://localhost:7001
> >
> > Please make sure that the server is running.
> >
> > can you help me to find the problem
> >
> > best regards