Hya...
Got a reply for you :).
I use Apache as a front-end server.
I use Orion to store my EJBs, and I use Jakarta-Tomcat to deploy servlets and
JSPs. Just put the Tomcat and Orion on one and the same machine, start tomcat
with a classpath, that includes the jars of the Orion server. Put a
jndi.properties file somewhere (probably the web-inf/classes directory) and
specify the jndi properties as for a remote application:
java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory
java.naming.provider.url=ormi://127.0.0.1/<your application>
java.naming.provider.url=ormi://127.0.0.1/<your application>
java.naming.security.principal=<admin
user>
java.naming.security.credentials=<admin pass>
java.naming.security.credentials=<admin pass>
Than you can safely read the
Apache-Tomcat connectivity issues.
I have used this with IAS instead of
orion also. It worked.
Apache and Tomcat are "cheaper" than
other web servers :)
May the shade of the tree strengthen
you.
Lachezar
----- Original Message -----
From: "Andrew Diederich" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 12:46
AM
Subject: RE: proxying orion with IIS or iPlanet
Web Server
> webserver. I'll look into, iWS, but since iPlanet sells a proxy server,
> too, I bet their webserver won't do it be default, either. Ah, well.
>
> Does this mean folks using Orion on NT/Win2k put Orion in their DMZ?
>
> --
> Andrew
>
> -----Original Message-----
> From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 28, 2001 13:40
> To: Orion-Interest
> Subject: RE: proxying orion with IIS or iPlanet Web Server
>
>
> Dig into ISA server, It's the M$ reversed proxy solution. Or else, go into
> the ISAPI filter world (best of luck)
>
> JP
>
>
