Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: WL 6.0 problem


Message #1 by "ramy" <ramymoneiry@h...> on Mon, 4 Jun 2001 12:45:23
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


  Return to Index