<?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 how can i access to tomcat manager in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-access-to-tomcat-manager/m-p/20727#M9118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI I'm trying to access tomcat manager&lt;/P&gt;&lt;P&gt;I've edit the file :&amp;nbsp;&lt;/P&gt;&lt;P&gt;nano /opt/alfresco-community/tomcat/conf/tomcat-users.xml&lt;/P&gt;&lt;P&gt;and then I pasted those balise :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;role rolename="manager-gui"/&amp;gt;&lt;BR /&gt;&amp;lt;user username="tomcat" password="secretpass" roles="manager-gui"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after a restart I still have the same message, saying me that I can't access to the manager ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you help me please ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jun 2017 23:48:37 GMT</pubDate>
    <dc:creator>nicolas_loyce</dc:creator>
    <dc:date>2017-06-22T23:48:37Z</dc:date>
    <item>
      <title>how can i access to tomcat manager</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-access-to-tomcat-manager/m-p/20727#M9118</link>
      <description>HI I'm trying to access tomcat managerI've edit the file :&amp;nbsp;nano /opt/alfresco-community/tomcat/conf/tomcat-users.xmland then I pasted those balise :&amp;nbsp;&amp;lt;role rolename="manager-gui"/&amp;gt;&amp;lt;user username="tomcat" password="secretpass" roles="manager-gui"/&amp;gt;after a restart I still have the same mess</description>
      <pubDate>Thu, 22 Jun 2017 23:48:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-access-to-tomcat-manager/m-p/20727#M9118</guid>
      <dc:creator>nicolas_loyce</dc:creator>
      <dc:date>2017-06-22T23:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: how can i access to tomcat manager</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-access-to-tomcat-manager/m-p/20728#M9119</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 think this link&amp;nbsp;could be useful:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://blyx.com/2013/05/30/how-to-enable-tomcat-manager-in-an-alfresco-installation/" title="https://blyx.com/2013/05/30/how-to-enable-tomcat-manager-in-an-alfresco-installation/" rel="nofollow noopener noreferrer"&gt;How to enable Tomcat Manager in an Alfresco installation – : : blyx.com : : Blog : : Toni de la Fuente : :&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I added the following lines to the file: "/opt/alfresco-community/tomcat/conf/tomcat-users.xml"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;lt;role rolename="manager-gui"/&amp;gt;&lt;BR /&gt; &amp;lt;role rolename="manager-status"/&amp;gt;&lt;BR /&gt; &amp;lt;role rolename="manager-jmx"/&amp;gt;&lt;BR /&gt; &amp;lt;role rolename="manager-script"/&amp;gt;&lt;BR /&gt;&amp;lt;user username="manager" roles="manager-gui,manager-status" password="manager"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In second place&amp;nbsp;in "{Alfresco}\tomcat\conf\Catalina\localhost" folder I created a file named "manager.xml" with the following content:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&lt;BR /&gt;&amp;lt; Context antiResourceLocking="false" privileged="true" useHttpOnly="true" override="true"&amp;gt;&lt;BR /&gt; &amp;lt;Valve className="org.apache.catalina.authenticator.BasicAuthenticator" securePagesWithPragma="false" /&amp;gt; &lt;BR /&gt;&amp;lt;/Context &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that I restarted the service and when I tried to access:&amp;nbsp;&lt;A class="link-titled" href="http://localhost:8383/manager/status" title="http://localhost:8383/manager/status" rel="nofollow noopener noreferrer"&gt;http://localhost:8383/manager/status&lt;/A&gt;&amp;nbsp;it prompt:&lt;/P&gt;&lt;P&gt;user: manager&lt;/P&gt;&lt;P&gt;password: manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it works in Alfresco 201704.&lt;/P&gt;&lt;P&gt;I've tried&amp;nbsp;&lt;A class="link-titled" href="http://localhost:8383/manager/html" title="http://localhost:8383/manager/html" rel="nofollow noopener noreferrer"&gt;http://localhost:8383/manager/html&lt;/A&gt;&amp;nbsp; too, with the same success result.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="14768" alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/14768_apache.jpg" style="width: 620px; height: 294px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, i'm not completely sure if it's necessary doing anymore in a production server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 10:38:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-access-to-tomcat-manager/m-p/20728#M9119</guid>
      <dc:creator>calvo</dc:creator>
      <dc:date>2017-06-23T10:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: how can i access to tomcat manager</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-access-to-tomcat-manager/m-p/20729#M9120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've followed it but it doesn't work,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just get an error 404&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tomcat error 404" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/14832_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 13:07:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-access-to-tomcat-manager/m-p/20729#M9120</guid>
      <dc:creator>nicolas_loyce</dc:creator>
      <dc:date>2017-06-28T13:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: how can i access to tomcat manager</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-i-access-to-tomcat-manager/m-p/20730#M9121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the link you sent me works perfectly ! thanks a lot ! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 13:26:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-i-access-to-tomcat-manager/m-p/20730#M9121</guid>
      <dc:creator>nicolas_loyce</dc:creator>
      <dc:date>2017-06-28T13:26:12Z</dc:date>
    </item>
  </channel>
</rss>

