<?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: Web Script Status 404 when connecting to community admin console in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146991#M38927</link>
    <description>&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;I tried your suggestion and it brought me to "My Alfresco Dashboard" and allowed me to sign in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alfresco is being hosted off of a linux server, in which Tomcat responded to the port listen request.&lt;/P&gt;&lt;P&gt;What are your thoughts?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 21:20:03 GMT</pubDate>
    <dc:creator>AgentofLucian</dc:creator>
    <dc:date>2021-02-11T21:20:03Z</dc:date>
    <item>
      <title>Web Script Status 404 when connecting to community admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146987#M38923</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having an issue accessing my repository admin console.&amp;nbsp; After folllowing the documentation, it brought me to a page stating that the /admin script didn't exist. The URL i was using is:&lt;/P&gt;&lt;P&gt;http://myhostname:8080/alfresco/s/admin&lt;/P&gt;&lt;P&gt;The version of Alfresco i'm running is 4.2.0.&amp;nbsp; I know that there have been many more recent versions, but this is a new job, and I haven't had a chance to upgrade all the software yet.&lt;/P&gt;&lt;P&gt;Any and all help is greatly appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 18:46:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146987#M38923</guid>
      <dc:creator>AgentofLucian</dc:creator>
      <dc:date>2021-02-11T18:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Web Script Status 404 when connecting to community admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146988#M38924</link>
      <description>&lt;P&gt;If you are using &lt;A href="https://docs.alfresco.com/4.2/tasks/adminconsole-open.html" target="_blank" rel="noopener nofollow noreferrer"&gt;enterprise version&lt;/A&gt; the URL is:&lt;/P&gt;
&lt;PRE&gt;http://&amp;lt;your-host-name&amp;gt;:&amp;lt;alfresco-port&amp;gt;/alfresco/service/enterprise/admin&lt;/PRE&gt;
&lt;P&gt;For &lt;A href="https://docs.alfresco.com/community/tasks/adminconsole-open.html" target="_blank" rel="noopener nofollow noreferrer"&gt;community version&lt;/A&gt;:&lt;/P&gt;
&lt;PRE&gt;http://&amp;lt;your-host-name&amp;gt;:&amp;lt;alfresco-port&amp;gt;/alfresco/s/admin&lt;/PRE&gt;
&lt;P&gt;Seems you are using enterprise version 4.2.x based on tag of this post, try using the enterprise url given above. Visit the documentation links for more info.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 19:24:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146988#M38924</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-02-11T19:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Web Script Status 404 when connecting to community admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146989#M38925</link>
      <description>&lt;P&gt;Ah, I apologize, I used the wrong tag, but it absolutely is community v 4.2.0, so the enterprise URL doesn't work unfortunately.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 19:50:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146989#M38925</guid>
      <dc:creator>AgentofLucian</dc:creator>
      <dc:date>2021-02-11T19:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Web Script Status 404 when connecting to community admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146990#M38926</link>
      <description>&lt;P&gt;Try&amp;nbsp;&lt;SPAN&gt;http://myhostname:8080/alfresco if it returns something.&lt;BR /&gt;If not, what operating system are you running?&lt;BR /&gt;Are you sure that the repository is running?&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;In Windows:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;netstat -nao|find "8080"&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;In Linux (older one):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;netstat -tln|grep 8080&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;In Linux (newer one works also in older one):&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;lsof -i -P -n|grep LISTEN|grep 8080&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Feb 2021 20:50:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146990#M38926</guid>
      <dc:creator>sufo</dc:creator>
      <dc:date>2021-02-11T20:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Web Script Status 404 when connecting to community admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146991#M38927</link>
      <description>&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;I tried your suggestion and it brought me to "My Alfresco Dashboard" and allowed me to sign in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alfresco is being hosted off of a linux server, in which Tomcat responded to the port listen request.&lt;/P&gt;&lt;P&gt;What are your thoughts?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 21:20:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146991#M38927</guid>
      <dc:creator>AgentofLucian</dc:creator>
      <dc:date>2021-02-11T21:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Web Script Status 404 when connecting to community admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146992#M38928</link>
      <description>&lt;P&gt;Try if this relative url works (index of all webscripts): /alfresco/service/index&lt;BR /&gt;But in 4.2 there is no admin console there as far as I remember.&lt;BR /&gt;It is here:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.2-admin-console.png" style="width: 852px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/986iCBE95E0FF7B398D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 11:45:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146992#M38928</guid>
      <dc:creator>sufo</dc:creator>
      <dc:date>2021-02-12T11:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Web Script Status 404 when connecting to community admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146993#M38929</link>
      <description>&lt;P&gt;Ahh, I see that now, thank you! That's unfortunate that there is no admin console, but thank you for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 13:07:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146993#M38929</guid>
      <dc:creator>AgentofLucian</dc:creator>
      <dc:date>2021-02-12T13:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Web Script Status 404 when connecting to community admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146994#M38930</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/84657"&gt;@AgentofLucian&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for accepting the solution - helpful to other users.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 16:46:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/web-script-status-404-when-connecting-to-community-admin-console/m-p/146994#M38930</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-02-15T16:46:24Z</dc:date>
    </item>
  </channel>
</rss>

