Guess what you what is more of an -un-clustering excercise :-)
When specifying your params for your InitialContext you have to set the PROVIDER_URL.
That specifies a host path.
e.g.
...
properties.put(Context.PROVIDER_URL,
"ormi://your-bean-server/your-application/");
...
jndiContext = new InitialContext(properties);
Or alternatively: something like that in your jndi.properties file.
FE
On Friday, May 18, 2001 12:17 PM, Joni Suominen [SMTP:[EMAIL PROTECTED]] wrote:
> Hi!
> I am currently planning the new production environment for our service.
> The idea is to have following harware setup:
>
> 1 firewall (which used for loadbalancing too)
> 2 Linux/Intel boxes as frontend servers (both running HTTP accelerators
> and web containers)
> 1 UNIX server as a backend server (running an EJB container and
> databases)
>
> I went through load balancing documentation which I found from
> orionserver.com but I didn't find any way to separate Orion's web
> container and EJB container to achieve the above setup. Is it somehow
> possible to do that kind of separation? How would you distribute the
> required processes on those three servers?
>
> --
> Joni
> [EMAIL PROTECTED]
>