<?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: Tomcat behind Apache in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248757#M201887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this and I get the login page but when I tried to login I get the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="alf-error-header" style="font-style: inherit; font-family: inherit;"&gt;Something's wrong with this page...&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;We may have hit an error or something might have been removed or deleted, so check that the URL is correct.&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;Alternatively you might not have permission to view the page (it could be on a private site) or there could have been an internal error. Try checking with your Alfresco administrator.&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;If you're trying to get to your home page and it's no longer available you should change it by clicking your name on the Alfresco toolbar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Nov 2016 16:44:15 GMT</pubDate>
    <dc:creator>riyaz</dc:creator>
    <dc:date>2016-11-05T16:44:15Z</dc:date>
    <item>
      <title>Tomcat behind Apache</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248749#M201879</link>
      <description>Alfresco is working fine internally.&amp;nbsp; My next move is to do some work to get Alfresco working externally.&amp;nbsp; I dont think that exposing Tomcat to the external world is appropriate so planning to configure Apache to sit in front of Alfresco.&amp;nbsp; This would mean that Apache would act a bit like a proxy ser</description>
      <pubDate>Mon, 04 Apr 2011 10:19:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248749#M201879</guid>
      <dc:creator>bensewell</dc:creator>
      <dc:date>2011-04-04T10:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat behind Apache</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248750#M201880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hint: Search the forum!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 11:19:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248750#M201880</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2011-04-04T11:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat behind Apache</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248751#M201881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Will do but didnt know if there is any quick pointers.&amp;nbsp; Watch this space.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 11:33:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248751#M201881</guid>
      <dc:creator>bensewell</dc:creator>
      <dc:date>2011-04-04T11:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat behind Apache</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248752#M201882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ben,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Alfresco in Jboss on a server behind Apache httpd so it's almost the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have this in httpd.conf (Linux)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyVia on&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyRequests Off&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Proxy *&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order deny,allow&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Allow from all&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Proxy&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyPass /alfresco &lt;A href="http://localhost:9090/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:9090/alfresco&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyPassReverse /alfresco &lt;A href="http://localhost:9090/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:9090/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyPass /share &lt;A href="http://localhost:9090/share" rel="nofollow noopener noreferrer"&gt;http://localhost:9090/share&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProxyPassReverse /share &lt;A href="http://localhost:9090/share" rel="nofollow noopener noreferrer"&gt;http://localhost:9090/share&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that I have port 9090 in use. You probably need to put 8080 in there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So with this setup my external access is &lt;/SPAN&gt;&lt;A href="http://myserver/alfresco" rel="nofollow noopener noreferrer"&gt;http://myserver/alfresco&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 15:03:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248752#M201882</guid>
      <dc:creator>konsultex</dc:creator>
      <dc:date>2011-04-04T15:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat behind Apache</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248753#M201883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Magic!&amp;nbsp; Thanks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 15:13:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248753#M201883</guid>
      <dc:creator>bensewell</dc:creator>
      <dc:date>2011-04-04T15:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat behind Apache</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248754#M201884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Peeps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right been doing some tinkering and gome some things working but not the way I wanted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried setting it up using konsultex's straightforward rules but it didnt work out right for me.&amp;nbsp; I got the usual 503 page unavailable error.&amp;nbsp; So i then tried to add a virtual host with a rewrite rule on to divert from Apache to Tomcat.&amp;nbsp; This worked fine but in the real world i wouldnt be happy with the end users seeing the port number just the &lt;/SPAN&gt;&lt;A href="http://webaddress.co.uk" rel="nofollow noopener noreferrer"&gt;http://webaddress.co.uk&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So now want to find out where i've gone wrong a bit with the proxypass/reverse rules or put something in front of the initial apache to tomcat to filter out the port numbers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i understand it right this is how its currently working:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;apache running on port 80&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tomcat running on port 8080&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User's Browser -&amp;gt;Apache:80 RW -&amp;gt; Tomcat:8080 -&amp;gt; Alfresco &amp;lt;-&amp;gt;Tomcat:8080 -&amp;gt;Apache:80-&amp;gt;User's Browser&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think i need it along the lines of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User's Browser -&amp;gt;Apache:80 RW -&amp;gt; Tomcat:8080 -&amp;gt; Alfresco &amp;lt;-&amp;gt;Tomcat:8080 &amp;lt;-&amp;gt; Apache Cache -&amp;gt; User's Browser&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set it up using the following in httpd.conf.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Worked no proxying:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ServerName alfresco.localhost.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RewriteEngine On&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RewriteLogLevel 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RewriteLog "/var/log/httpd/rewrite.log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RewriteRule ^/(.*) &lt;/SPAN&gt;&lt;A href="http://XXX.XX.XXX.XXX:8080/share$1" rel="nofollow noopener noreferrer"&gt;http://XXX.XX.XXX.XXX:8080/share$1&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Didnt work with proxying:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyVia on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyRequests Off&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Proxy *&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Order deny,allow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Allow from all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/Proxy&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#Apache to Tomcat Alfresco Rule&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /alfresco &lt;/SPAN&gt;&lt;A href="http://XXX.XX.XXX.XXX:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://XXX.XX.XXX.XXX:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /alfresco &lt;/SPAN&gt;&lt;A href="http://XXX.XX.XXX.XXX:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://XXX.XX.XXX.XXX:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#Apache to Tomcat Share Rule&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPass /share &lt;/SPAN&gt;&lt;A href="http://XXX.XX.XXX.XXX:8080/share" rel="nofollow noopener noreferrer"&gt;http://XXX.XX.XXX.XXX:8080/share&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;ProxyPassReverse /share &lt;/SPAN&gt;&lt;A href="http://XXX.XX.XXX.XXX:8080/share" rel="nofollow noopener noreferrer"&gt;http://XXX.XX.XXX.XXX:8080/share&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 12:26:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248754#M201884</guid>
      <dc:creator>bensewell</dc:creator>
      <dc:date>2011-04-07T12:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat behind Apache</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248755#M201885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried something else as mentioned in this post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=22176" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=22176&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And this did work i.e. diverting users to the correct page, but the end user can still see the port number and so and so so not really ideal when the site is moved externally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to cache the web port etc and present the end user with just the page they requested minus the port number.&amp;nbsp; I dont want people to see the port number or it could present a security threat?&amp;nbsp; Maybe i'm being a bit too cautious?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 14:48:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248755#M201885</guid>
      <dc:creator>bensewell</dc:creator>
      <dc:date>2011-04-07T14:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat behind Apache</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248756#M201886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Configured and kind of working now.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the end used a AJP rule and added mod_jk into the modules.&amp;nbsp; Then setup two worker lines in the httpd.conf and added in one proxy pass rule.&amp;nbsp; My edits are below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;httpd.conf file&lt;BR /&gt;###settings for transferring data through proxy on another virtual host within Apache server###&lt;BR /&gt;# Load mod_jk module&lt;BR /&gt;# Update this path to match your modules location&lt;BR /&gt;LoadModule&amp;nbsp;&amp;nbsp;&amp;nbsp; jk_module&amp;nbsp; /etc/httpd/modules/mod_jk.so&lt;BR /&gt;# Where to find workers.properties&lt;BR /&gt;# Update this path to match your conf directory location (put workers.properties next to httpd.conf)&lt;BR /&gt;JkWorkersFile /etc/httpd/conf/workers.properties&lt;BR /&gt;# Where to put jk shared memory&lt;BR /&gt;# Update this path to match your local state directory or logs directory&lt;BR /&gt;JkShmFile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /var/log/httpd/mod_jk.shm&lt;BR /&gt;# Where to put jk logs&lt;BR /&gt;# Update this path to match your logs directory location (put mod_jk.log next to access_log)&lt;BR /&gt;JkLogFile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /var/log/httpd/mod_jk.log&lt;BR /&gt;# Set the jk log level [debug/error/info]&lt;BR /&gt;JkLogLevel&amp;nbsp;&amp;nbsp;&amp;nbsp; info&lt;BR /&gt;# Select the timestamp log format&lt;BR /&gt;JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "&lt;BR /&gt;# Send everything for context /examples to worker named worker1 (ajp13)&lt;BR /&gt;JkMount&amp;nbsp; /samples/* worker1&lt;BR /&gt;JkMount&amp;nbsp; /alfresco/* worker1&lt;BR /&gt;JkMount&amp;nbsp; /share/* worker1&lt;BR /&gt;&lt;BR /&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ServerName localhost&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ErrorLog /etc/httpd/logs/ajp.error.log&lt;BR /&gt;&amp;nbsp;&amp;nbsp; CustomLog /etc/httpd/logs/ajp.log combined&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Proxy *&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddDefaultCharset Off&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order deny,allow&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Allow from all&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/Proxy&amp;gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; ProxyPass / ajp://localhost:8009/&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ProxyPassReverse / ajp://localhost:8009/&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;So now the site is accessible by typing &lt;/SPAN&gt;&lt;A href="http://servername/share" rel="nofollow noopener noreferrer"&gt;http://servername/share&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://servername/alfresco" rel="nofollow noopener noreferrer"&gt;http://servername/alfresco&lt;/A&gt;&lt;SPAN&gt; and it works fine and strips out the port number.&amp;nbsp; That was bothering me for some reason.&amp;nbsp; Last thing i want to do now is tell Apache that if a user tries to hit the server on default port 80 to divert it to /share now the ajp bits and bobs are in place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did try to integrage my mod-rewrite work I did yesterday but must have done it wrong because it always goes to the default page.&amp;nbsp; If all fails i'll just put a simple re-direct php script in to divert the traffic back to share.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 14:02:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248756#M201886</guid>
      <dc:creator>bensewell</dc:creator>
      <dc:date>2011-04-08T14:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat behind Apache</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248757#M201887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this and I get the login page but when I tried to login I get the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="alf-error-header" style="font-style: inherit; font-family: inherit;"&gt;Something's wrong with this page...&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;We may have hit an error or something might have been removed or deleted, so check that the URL is correct.&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;Alternatively you might not have permission to view the page (it could be on a private site) or there could have been an internal error. Try checking with your Alfresco administrator.&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;If you're trying to get to your home page and it's no longer available you should change it by clicking your name on the Alfresco toolbar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 16:44:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-behind-apache/m-p/248757#M201887</guid>
      <dc:creator>riyaz</dc:creator>
      <dc:date>2016-11-05T16:44:15Z</dc:date>
    </item>
  </channel>
</rss>

