<?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 Success installing and configuring Alfresco WAR in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207897#M161027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone had success installing and configuring the Alfresco WAR file in Tomcat 5.5.x on Windows? The install instructions contain things that I don't find in the expanded alfresco folder such as the extras folder with the db_setup.bat file. Maybe the Alfresco WAR file didn't expand properly in Tomcat? Any tips would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2009 17:58:22 GMT</pubDate>
    <dc:creator>gman2</dc:creator>
    <dc:date>2009-01-28T17:58:22Z</dc:date>
    <item>
      <title>Success installing and configuring Alfresco WAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207897#M161027</link>
      <description>Has anyone had success installing and configuring the Alfresco WAR file in Tomcat 5.5.x on Windows? The install instructions contain things that I don't find in the expanded alfresco folder such as the extras folder with the db_setup.bat file. Maybe the Alfresco WAR file didn't expand properly in To</description>
      <pubDate>Wed, 28 Jan 2009 17:58:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207897#M161027</guid>
      <dc:creator>gman2</dc:creator>
      <dc:date>2009-01-28T17:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Success installing and configuring Alfresco WAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207898#M161028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The .war file distribution doesn't contain any extras like database scripts, start and stop batch files, etc. It's mainly used for upgrades.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 19:32:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207898#M161028</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-01-28T19:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Success installing and configuring Alfresco WAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207899#M161029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it accurate to say that Alfresco is more than a web app, it is an integrated server solution, and you cannot simply deploy the WAR file and configure Alfresco and Tomcat, you need to run one of the bundles to actually have a functioning Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 19:57:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207899#M161029</guid>
      <dc:creator>gman2</dc:creator>
      <dc:date>2009-01-30T19:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Success installing and configuring Alfresco WAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207900#M161030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've installed, on windows, the WAR file into a vanilla tomcat installation for years now. You don't need anything else. Unless I'm mistaken all the configuration files expand out of the zip file. I've done this at least three times in the last year, You don't (and shouldn't have to) use a pre packaged bundle, AFAIK these are provided for evaluation purposes only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(PS: [strike]are you going to release a 3 labs stable of 3D final WAR file??[/strike]&amp;nbsp; nevermind, I found it)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 21:20:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207900#M161030</guid>
      <dc:creator>tonytony</dc:creator>
      <dc:date>2009-01-30T21:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Success installing and configuring Alfresco WAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207901#M161031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's correct. Possibly the only "extra" you need is the simple script to create the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;create database alfresco;&lt;BR /&gt;grant all on alfresco.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;&lt;BR /&gt;grant all on alfresco.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 21:26:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207901#M161031</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-01-30T21:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Success installing and configuring Alfresco WAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207902#M161032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;see the &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;extras/databases/mysql&lt;/SPAN&gt;&lt;SPAN&gt; directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gman: you should have this directory. I just downloaded the stable zip war file and can confirm it is in there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 21:33:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207902#M161032</guid>
      <dc:creator>tonytony</dc:creator>
      <dc:date>2009-01-30T21:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Success installing and configuring Alfresco WAR</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207903#M161033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK. I found the folder and was able to create the MySQL database. I'm still having trouble getting it to run. I will work on it some more.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 14:32:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/success-installing-and-configuring-alfresco-war/m-p/207903#M161033</guid>
      <dc:creator>gman2</dc:creator>
      <dc:date>2009-02-12T14:32:29Z</dc:date>
    </item>
  </channel>
</rss>

