Eric van der Vlist wrote:
Mine are deployed on stock 2.7.2. as well powered by Jetty and proxied through Apache 2 with the very useful mod_proxy_html module (http://apache.webthing.com/mod_proxy_html) all that on Debian/GNU Linux (my OS of choice for my servers, desktops and laptops).
Interesting, this proxy module.
As a BTW, if you use a connector between Apache Server and Tomcat (or, I guess, any other servlet container supporting the jk* protocols) as opposed to just doing proxying. With this, the proxy information is communicated to the Servlet container, and your servlet can obtain the correct (public) protocol / host / port number. With this, you can rewrite URLs in your application correctly without a special Apache module, and can use this for resources other than HTML.
I just hate the Apache connectors though. I consider myself lucky to have managed to make one work.
What about a page listing sites powered by Presentation Server?
That would be good. There are few public web sites using it at the moment, but this may encourage people to add new sites. Added an RFE:
http://sourceforge.net/tracker/index.php?func=detail&aid=1113107&group_id=116683&atid=675663
-Erik
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
