<?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: Check Alfresco start-up in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/check-alfresco-start-up/m-p/301351#M254481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used the Rest call for login&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/login?u=guest&amp;amp;pw=" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login?u=guest&amp;amp;pw=&lt;/A&gt;&lt;SPAN&gt;??????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this responds with a ticket, then Alfresco has started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the call in your browser&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More info on ReST can be found at &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/4.1/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Freferences%2FRESTful-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.1/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Freferences%2FRESTful-intro.html&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Apr 2013 07:18:45 GMT</pubDate>
    <dc:creator>drbaz</dc:creator>
    <dc:date>2013-04-25T07:18:45Z</dc:date>
    <item>
      <title>Check Alfresco start-up</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/check-alfresco-start-up/m-p/301348#M254478</link>
      <description>Any ideas on how I might check that Alfresco has completed its initialization after starting Tomcat? I had in mind some sort of script or application, but I don't know what to check.Initialization takes approx 5 minutes and it would save repeatedly checking the alfresco.log file.I'm running on Windo</description>
      <pubDate>Thu, 18 Apr 2013 07:56:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/check-alfresco-start-up/m-p/301348#M254478</guid>
      <dc:creator>barrie_smith</dc:creator>
      <dc:date>2013-04-18T07:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Check Alfresco start-up</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/check-alfresco-start-up/m-p/301349#M254479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;simplest method: Make a ReST call on any GET ReST API web script you know has to succed - once a result is returned, Alfresco has completed starting up or failed to do so, when the result contains an error code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 08:16:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/check-alfresco-start-up/m-p/301349#M254479</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2013-04-19T08:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Check Alfresco start-up</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/check-alfresco-start-up/m-p/301350#M254480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for ur post&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Soory, my query seems to be very basic, Can you please post how to set a ReST call, what application can I use to set a Rest call&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 06:20:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/check-alfresco-start-up/m-p/301350#M254480</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2013-04-25T06:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Check Alfresco start-up</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/check-alfresco-start-up/m-p/301351#M254481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used the Rest call for login&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/login?u=guest&amp;amp;pw=" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login?u=guest&amp;amp;pw=&lt;/A&gt;&lt;SPAN&gt;??????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this responds with a ticket, then Alfresco has started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the call in your browser&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More info on ReST can be found at &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/4.1/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Freferences%2FRESTful-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.1/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Freferences%2FRESTful-intro.html&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 07:18:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/check-alfresco-start-up/m-p/301351#M254481</guid>
      <dc:creator>drbaz</dc:creator>
      <dc:date>2013-04-25T07:18:45Z</dc:date>
    </item>
  </channel>
</rss>

