Re: [ORION] Using Apache with Orion Server
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
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: Using Apache with Orion Server
Try to use proxypass and proxypassreverse function of apache's mod_proxy Fo me i use this : ProxyRequestOn ProxyPass /app1 http://localhost:8080/app1 ProxyPassReverse /app1 http://localhost:8080/app1 Good luck ... VENKATACHALAPATHY Duraiswamy wrote: > 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. > > Thanks > Venkat > > > >
Re: [ORION] Using Apache with Orion Server
* 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
Re: Using Apache with Orion Server
smime.p7m Description: application/pkcs7-mime
Using Apache with Orion Server
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. Thanks Venkat