buzz is the name of the server machine or its IP address
> Hi Chousz,
>
> I tried everything you wrote, I also tried this line from J2EE SDK
> documentation:
> java -Dorg.omg.CORBA.ORBInitialHost=buzz -classpath "%CPATH%" TestApp
>
> Of course they did'n mention what is buzz equal to. All they say buzz is
> host name. I also tried iiop protocol. I saw many messages like this on the
> Internet. Nobody seems to know the answer.
>
> Regards
> Anatole
>
> >From: "Chousz" <chousz@y...>
> >Reply-To: "Java 2 Enterprise Edition" <j2ee@p...>
> >To: "Java 2 Enterprise Edition" <j2ee@p...>
> >Subject: [j2ee] Sun's J2EE server default jndi settings
> >Date: Fri, 25 May 2001 12:09:50 +0200
> >
> >Hi all,
> >
> >While trying to run my first EJB (stateless) sample, I've found errors with
> >JNDI settings. All documentation I've seen talks about using Weblogic
> >server, so in my examples all jndi settings are t3-protocol based.
> >What is the string I have to specify in java.naming.factory.initial and
> >java.naming.provider.url to get it working in Sun's J2EE sdk server?
> >
> >Using ldap://localhost:389 does not work, and setting environment variables
> >with setenv and then trying to execute the client throws an exception
> >saying
> >that a Corba class cannot be found.
> >
> >Thank you very much.
> >
> >P.D.: All the deployment process works good using DeployTool, so the
> >classpath is not completely wrong :).
>