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