Try to use proxypass and proxypassreverse function of apache's mod_proxy
Fo me i use this :
<IfModule mod_proxy.c>
   ProxyRequestOn
   ProxyPass /app1 http://localhost:8080/app1
   ProxyPassReverse /app1 http://localhost:8080/app1
</IfModule>
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
> 
> 
> 
> 


Reply via email to