<?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 Booting with Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/booting-with-alfresco/m-p/145823#M101884</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;I manage to install Alfresco and lauch it manually with the commande .&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/alfresco start&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; in my Alfresco directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I want to launch my Alfresco during the boot of my server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I added a link to /&lt;/SPAN&gt;&lt;STRONG&gt;op/alfresco/alfresco.sh&lt;/STRONG&gt;&lt;SPAN&gt; in my &lt;/SPAN&gt;&lt;STRONG&gt;etc/init.d&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;But It doesn' t work…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tomcat is launched, but Alfresco is not deployed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the problem is that we can't launch Alfresco in a different directory of the Alfresco main directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Linux and Unix : &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Starting_and_Stopping_Alfresco" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Starting_and_Stopping_Alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to lauch Alfresco manually with the command /&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;opt/alfresco/alfresco.sh start&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; from my home directory and I had the same problem (Tomcat Ok, Alfresco NotOK)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know how correct it??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2008 09:17:04 GMT</pubDate>
    <dc:creator>marcel_kobain</dc:creator>
    <dc:date>2008-01-17T09:17:04Z</dc:date>
    <item>
      <title>Booting with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/booting-with-alfresco/m-p/145823#M101884</link>
      <description>Hello,I manage to install Alfresco and lauch it manually with the commande ./alfresco start‍ in my Alfresco directory.Now I want to launch my Alfresco during the boot of my server.So I added a link to /op/alfresco/alfresco.sh in my etc/init.dBut It doesn' t work…Tomcat is launched, but Alfresco is n</description>
      <pubDate>Thu, 17 Jan 2008 09:17:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/booting-with-alfresco/m-p/145823#M101884</guid>
      <dc:creator>marcel_kobain</dc:creator>
      <dc:date>2008-01-17T09:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Booting with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/booting-with-alfresco/m-p/145824#M101885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please post the log messages you're seeing on your console/log file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 20:04:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/booting-with-alfresco/m-p/145824#M101885</guid>
      <dc:creator>claudio_martins</dc:creator>
      <dc:date>2008-01-18T20:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Booting with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/booting-with-alfresco/m-p/145825#M101886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi marcel_kobain,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem lies in the config file. To fix the problem you are facing you have to uncomment the line which is below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;#dir.root=&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;dir.root=/opt/alfresco/alf_data&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;in the /opt/alfresco/tomcat/shared/classes/alfresco/extension/custom-repository.properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vibhu.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 09:47:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/booting-with-alfresco/m-p/145825#M101886</guid>
      <dc:creator>vibhutewary</dc:creator>
      <dc:date>2008-08-23T09:47:26Z</dc:date>
    </item>
  </channel>
</rss>

