<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: app server for port 80 also, or separate web server? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/app-server-for-port-80-also-or-separate-web-server/m-p/58892#M36108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The points you make are correct. There are many advantages to fronting your Tomcat web application(s) with one or more web servers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Handling SSL handshaking for instance is one common example where you wouldn't want your web container to be busy dealing with that so you would typically want to delegate this to your web servers (or hardware load balancers if that suits you best).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using something like mod_jk is useful when you're running in a clustered/load-balanced environment. But if you're only running one instance of your web container then mod_jk might be overkill.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other advantage to fronting web containers with one or more web servers (you should use more than one web server to avoid having a single point of failure), is that you can then create a DMZ containing your web servers. That way you can keep your app servers and databases protected inside your private network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as servicing static content goes, it used to be true that Apache web server was better at that task than Tomcat. But I have heard that the latest JBoss Tomcat has proven to handle static content more efficiently than Apache web server. This information was given to me by a top JBoss engineer but I must say that I haven't personally verified it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Aladdin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Nov 2006 20:31:20 GMT</pubDate>
    <dc:creator>rivetlogic</dc:creator>
    <dc:date>2006-11-12T20:31:20Z</dc:date>
    <item>
      <title>app server for port 80 also, or separate web server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/app-server-for-port-80-also-or-separate-web-server/m-p/58891#M36107</link>
      <description>Hi,&amp;nbsp; I'm wondering how people are deploying Alfresco for "public" use. Are people using their app server/servlet container to also handle http requests (i.e. listen on port 80) or are people using a web server (like Apache) to listen on 80, and using mod_proxy or something similar to pass over alfre</description>
      <pubDate>Sun, 12 Nov 2006 19:48:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/app-server-for-port-80-also-or-separate-web-server/m-p/58891#M36107</guid>
      <dc:creator>qali</dc:creator>
      <dc:date>2006-11-12T19:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: app server for port 80 also, or separate web server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/app-server-for-port-80-also-or-separate-web-server/m-p/58892#M36108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The points you make are correct. There are many advantages to fronting your Tomcat web application(s) with one or more web servers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Handling SSL handshaking for instance is one common example where you wouldn't want your web container to be busy dealing with that so you would typically want to delegate this to your web servers (or hardware load balancers if that suits you best).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using something like mod_jk is useful when you're running in a clustered/load-balanced environment. But if you're only running one instance of your web container then mod_jk might be overkill.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other advantage to fronting web containers with one or more web servers (you should use more than one web server to avoid having a single point of failure), is that you can then create a DMZ containing your web servers. That way you can keep your app servers and databases protected inside your private network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as servicing static content goes, it used to be true that Apache web server was better at that task than Tomcat. But I have heard that the latest JBoss Tomcat has proven to handle static content more efficiently than Apache web server. This information was given to me by a top JBoss engineer but I must say that I haven't personally verified it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Aladdin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2006 20:31:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/app-server-for-port-80-also-or-separate-web-server/m-p/58892#M36108</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2006-11-12T20:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: app server for port 80 also, or separate web server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/app-server-for-port-80-also-or-separate-web-server/m-p/58893#M36109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 quick follow up questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. when you say JBoss Tomcat, do you mean JBoss (standalone) and Tomcat (standalone) both handle static content better (independently), or do you mean the Tomcat container within JBoss handles it better? Or, are they one in the same?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. is mod_jk still the de-facto standard for Apache/Tomcat communications? I thought I remember there was going to be another protocol/module coming out that was suppose to be better? I could be wrong though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 15:18:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/app-server-for-port-80-also-or-separate-web-server/m-p/58893#M36109</guid>
      <dc:creator>qali</dc:creator>
      <dc:date>2006-11-13T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: app server for port 80 also, or separate web server?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/app-server-for-port-80-also-or-separate-web-server/m-p/58894#M36110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The Tomcat container within JBoss. That Tomcat is not the same as the Apache standalone Tomcat. They are two different branches. The JBoss Tomcat will become cluster aware as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Are you talking about mod_proxy_ajp? A good link to see the differences between connectors is &lt;/SPAN&gt;&lt;A href="http://tomcat.apache.org/faq/connectors.html" rel="nofollow noopener noreferrer"&gt;http://tomcat.apache.org/faq/connectors.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Aladdin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 17:12:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/app-server-for-port-80-also-or-separate-web-server/m-p/58894#M36110</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2006-11-13T17:12:45Z</dc:date>
    </item>
  </channel>
</rss>

