Re: [ORION] Using Apache with Orion Server

2001-12-18 Thread Tatiana Gonzalez Cruz


So,

If you are trying to use the web-server Apache with Orion, the way that we
found was...

That orion forwad the requests to Apache because there is not a plug-in for
that, so you need edit the httpd.conf file in Apache and the
default-web-site.xml and global-web-application.xml in Orion.

default-web-site.xml ...Orion must be listening in the port 80 (normaly this
port is used by the web server).

global-web-application.xml ... start up the forward service in Orion to
Apache (com.evermind.server.http.TunnelServlet)

httpd.conf Apache must be listening in the port 8080 by example

I hope this can help you!

Tatiana

>From: Ana Susanj <[EMAIL PROTECTED]>
>Reply-To: Orion-Interest <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>Subject: Re: [ORION] Using Apache with Orion Server
>Date: Tue, 18 Dec 2001 13:21:32 +
>
>* VENKATACHALAPATHY Duraiswamy ([EMAIL PROTECTED]) [011218 13:11]:
> >Can anybody explain how can I configure Apache to use with Orion
>Application
> >server?
> >The documentation available in orionsupport.com for the above was not
> >elaborate.
>
>Are you referring to apachefrontend.html ? If so, which part of the
>documentation was unclear or not detailed enough? How far did you get?
>
>
>ana.
>
>--
>~ http://www.myrrh.net/
>~
>~ Things are not as they appear to be; neither are they different.
>~ -- Lankavatara Sutra
>




_
Hable con sus amigos en línea, pruebe MSN Messenger: http://messenger.msn.es





Re: [ORION] Using Apache with Orion Server

2001-12-18 Thread remy menetrieux



try this in httpd.conf 
 
  ProxyRequestOn 
  ProxyPass /app1 
http://localhost:8080/app1

  ProxyPassReverse /app1 
http://localhost:8080/app1



Ana Susanj wrote:
[EMAIL PROTECTED]">
  * VENKATACHALAPATHY Duraiswamy ([EMAIL PROTECTED]) [011218 13:11]:
  
Can anybody explain how can I configure Apache to use with Orion Applicationserver?The documentation available in orionsupport.com for the above was notelaborate.

Are you referring to apachefrontend.html ? If so, which part of the documentation was unclear or not detailed enough? How far did you get? ana.






Re: [ORION] Using Apache with Orion Server

2001-12-18 Thread Ana Susanj

* VENKATACHALAPATHY Duraiswamy ([EMAIL PROTECTED]) [011218 13:11]:
>Can anybody explain how can I configure Apache to use with Orion Application
>server?
>The documentation available in orionsupport.com for the above was not
>elaborate.

Are you referring to apachefrontend.html ? If so, which part of the 
documentation was unclear or not detailed enough? How far did you get? 


ana.

-- 
~ http://www.myrrh.net/ 
~
~ Things are not as they appear to be; neither are they different.
~ -- Lankavatara Sutra