Mike, I think the issue here is that many companies provide 3rd party
solutions through a ISAPI or NSAPI or Apache plugins.  Sergio has indicated
that his company is using such plugins.  It would be nice, if you could use
the OrionWebServer as a JSP engine behind one of these web servers.


I too would be interested if there are any plans to allow such cooperation
between Orion and other http server providers.

-AP_

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mike
Cannon-Brookes
Sent: Friday, January 28, 2000 3:55 PM
To: Orion-Interest
Subject: Re: How do you separate Orion servlet engine from Orion web
server?


Sergio,

What plugins are you referring to? If you're refering to JServ + Apache, you
toss them both and use Orion to serve both plain HTML and servlets.

There will possibly a 'plugin' version of Orion in the future, but the
plugin architecture of webservers (Apache, IIS, Oreilly, Netscape) is done
through sockets I believe, which is a BIG performance hit.

ie Orion is faster serving JSP pages than Apache is at serving servlet pages
through JServ b/c of the lack of plugins (completely apart from the
brilliant coding ;))

Mike

----- Original Message -----
From: Sergio Socarras <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Friday, January 28, 2000 5:32 PM
Subject: How do you separate Orion servlet engine from Orion web server?


> Hi all,
>    We have existing plug-ins that are crucial to our
> site running under Apache. We really like the Orion
> servlet engine but need make use of these plug-ins.
>
> Is there any way of separating the servlet engine from
> the orion web server. If not, is there an open API for
> writing plug-ins for the orion web server?
>
> Any help would be appreciated!
>
> Sergio
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
>

Reply via email to