<div dir="ltr">Yes.<div><br></div><div>Although there are many reasons why a web server would make sense:</div><div>- With a web server in place you can also scale horizontally, not only vertically</div><div>- With a web server, you can serve static content directly from the web server (the current buzz word for this is CDN, Content Delivery Network)</div><div>- With a web server, you can introduce many features like:</div><div>a) load balancing over multiple app servers</div><div>b) or run 1 app server only but you have a second as a hot standby (failover)</div><div>c) you can switch very fast between a downtime page and the actual app</div><div>d) if you have multiple domains and apps, you can host all apps on the same app server, the port mapping is done by the web server.<br><div><br></div></div><div>Cheers, Balz</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 9, 2015 at 12:45 PM, simon <span dir="ltr"><<a href="mailto:simon@333.ch" target="_blank">simon@333.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div>Hi Balz<br>
      <br>
      Thank you very much for your answer. <br>
      So you use yanel without any proxy, right?<br>
      <br>
      Cheers<br>
      Simon<br>
      <br>
      Am 09.02.2015 um 12:14 schrieb basZero:<br>
    </div><div><div class="h5">
    <blockquote type="cite">
      <div dir="ltr">hi simon,
        <div><br>
        </div>
        <div>if I would really put a web server in front of the app
          server (for static resource serving for example), I would 100%
          choose NGINX (Engine-X) which is the fastes web server
          nowadays: <a href="http://nginx.org/en/docs/beginners_guide.html" target="_blank">http://nginx.org/en/docs/beginners_guide.html</a></div>
        <div><br>
        </div>
        <div>So, my choice would be NGINX --> Tomcat and not HTTPD
          --> Tomcat</div>
        <div><br>
        </div>
        <div>Cheers, Balz</div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Mon, Feb 9, 2015 at 11:58 AM,
            simon <span dir="ltr"><<a href="mailto:simon@333.ch" target="_blank">simon@333.ch</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div text="#000000" bgcolor="#FFFFFF"> Hi all<br>
                <br>
                just read this: <a href="http://www.mulesoft.com/tcat/tomcat-performance" target="_blank">http://www.mulesoft.com/tcat/tomcat-performance</a><br>
                and what really catch my attention was following
                sentence:<br>
                <div>Whatever you do, using Apache HTTPD to proxy your
                  requests should be avoided at all costs, as it will
                  decrease your performance by nearly 50%. - See more
                  at: <a href="http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf" target="_blank">http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf</a></div>
                <br>
                <div>Whatever you do, using Apache HTTPD to proxy your
                  requests should be avoided at all costs, as it will
                  decrease your performance by nearly 50%. - See more
                  at: <a href="http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf" target="_blank">http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf</a></div>
                Whatever you do, using Apache HTTPD to proxy your
                requests should be avoided at all costs, as it will
                decrease your performance by nearly 50%.<br>
                <br>
                As far as i know deployment yanel  with Apache HTTPD to
                proxy your requests is the recommended way in the yanel
                documentation.<br>
                Any experience on that?<br>
                What is actually the reason to use Apache HTTPD?<br>
                <br>
                Any hint is warmly welcome.<br>
                <br>
                Cheers<br>
                Simon<br>
                <br>
                <div>Whatever you do, using Apache HTTPD to proxy your
                  requests should be avoided at all costs, as it will
                  decrease your performance by nearly 50%. - See more
                  at: <a href="http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf" target="_blank">http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf</a></div>
                <div>Whatever you do, using Apache HTTPD to proxy your
                  requests should be avoided at all costs, as it will
                  decrease your performance by nearly 50%. - See more
                  at: <a href="http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf" target="_blank">http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf</a></div>
                <div>Whatever you do, using Apache HTTPD to proxy your
                  requests should be avoided at all costs, as it will
                  decrease your performance by nearly 50%. - See more
                  at: <a href="http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf" target="_blank">http://www.mulesoft.com/tcat/tomcat-performance#sthash.voYtBtH7.dpuf</a></div>
                <span><font color="#888888">
                    <pre cols="72">-- 
TEIL3
Vulkanstrasse 114
8048 Zürich

<a href="http://www.teil3.ch" target="_blank">www.teil3.ch</a></pre>
                  </font></span></div>
              <br>
              --<br>
              Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com" target="_blank">Yanel-development@wyona.com</a><br>
              <a href="http://mx2.wyona.com/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://mx2.wyona.com/cgi-bin/mailman/listinfo/yanel-development</a><br>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
    </blockquote>
    <br>
    <br>
    <pre cols="72">-- 
TEIL3
Vulkanstrasse 114
8048 Zürich

<a href="http://www.teil3.ch" target="_blank">www.teil3.ch</a></pre>
  </div></div></div>

<br>--<br>
Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
<a href="http://mx2.wyona.com/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://mx2.wyona.com/cgi-bin/mailman/listinfo/yanel-development</a><br></blockquote></div><br></div>