Taking a look at Orion I just bumped on this one: http://www.orionsupport.com/articles/apachefrontend.html Their solution to use Apache as a front end is: "Use Apache as a reverse proxy." And there is even a sample for httpd.conf: ... LoadModule etc.. LoadModule proxy_module /path/to/apache/library/libproxy.so LoadModule etc.. ... <VirtualHost www.bigcorp.com> ProxyVia On ProxyPass /myapp http://orion.private.bigcorp.com:9876/ ProxyPassReverse /myapp http://orion.private.bigcorp.com:9876/ ... </VirtualHost> Is this possible for Tomcat too? Pros and cons? Thanks and have fun, Paulo Gaspar
- Jasper JSP maintainer required for Jetty project. Greg Wilkins
- Re: Jasper JSP maintainer required for Jetty proj... cmanolache
- Re: Jasper JSP maintainer required for Jetty ... Jon Stevens
- Re: Jasper JSP maintainer required for Je... cmanolache
- Re: Jasper JSP maintainer required fo... Jon Stevens
- Re: [jetty-discuss] Re: Jasper JSP maintainer... Greg Wilkins
- Re: [jetty-discuss] Re: Jasper JSP mainta... Mel Martinez
- Re: [jetty-discuss] Re: Jasper JSP ma... Craig R. McClanahan
- Re: Use of Apache proxy module t... Paulo Gaspar
- Re: Use of Apache proxy modu... Jon Stevens
- RE: Use of Apache proxy ... Paulo Gaspar
- Re: [jetty-discuss] Re: Jasper J... Mel Martinez
- Re: [jetty-discuss] Re: Jasper JSP ma... cmanolache
- Re: [jetty-discuss] Re: Jasper J... Mel Martinez
- Re: [jetty-discuss] Re: Jasper JSP mainta... cmanolache
- Re: [jetty-discuss] Re: Jasper JSP ma... Greg Wilkins
- Re: [jetty-discuss] Re: Jasper J... cmanolache
- RE: Jasper JSP maintainer required for Jetty proj... Larry Isaacs