<?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: installing using non-dedicated tomcat in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180360#M133490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you are right that there will be some configuration in the WAR file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file that has your database settings is called repository.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The steps to configure the database are &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) create an alfresco schema&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) create a user for alfresco to access the database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) add the jdbc driver to the classpath (it may already be there)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) configure alfresco to use your database.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2008 15:23:41 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2008-09-24T15:23:41Z</dc:date>
    <item>
      <title>installing using non-dedicated tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180357#M133487</link>
      <description>Is it possible to install Alfresco not on dedicated Tomcat but on other servlet container?currently i am trying to deploy it on JBoss with Tomcat under Mac OS X and getting exceptions like: 13:27:40,516 ERROR [[/alfresco]] Exception sending context initialized event to listener instance of class org</description>
      <pubDate>Wed, 24 Sep 2008 12:51:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180357#M133487</guid>
      <dc:creator>deniszy</dc:creator>
      <dc:date>2008-09-24T12:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: installing using non-dedicated tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180358#M133488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes Alfresco runs on other application servers including JBOSS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's information about running on JBOSS in the wiki, for example: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Deploying_WAR_JBoss" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Deploying_WAR_JBoss&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However from your exception message it looks like there is a problem with your database configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to install and configure a database for alfresco to use, have you done that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 14:55:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180358#M133488</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2008-09-24T14:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: installing using non-dedicated tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180359#M133489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for you reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no, i have not installed a DB for Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;however i do have MySQL instance running so, as far as i understand, this DB configuration is stored inside Alfresco WAR file, isn't it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i read this document &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Installing_on_MacOS_X" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Installing_on_MacOS_X&lt;/A&gt;&lt;SPAN&gt; and assumed that internal DB is used by default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it says that configuration for MySQL is optional. However it does not say that any other DB should be configured.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 15:04:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180359#M133489</guid>
      <dc:creator>deniszy</dc:creator>
      <dc:date>2008-09-24T15:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: installing using non-dedicated tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180360#M133490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you are right that there will be some configuration in the WAR file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file that has your database settings is called repository.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The steps to configure the database are &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) create an alfresco schema&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) create a user for alfresco to access the database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) add the jdbc driver to the classpath (it may already be there)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) configure alfresco to use your database.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 15:23:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180360#M133490</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2008-09-24T15:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: installing using non-dedicated tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180361#M133491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still having a problem with deploying the app. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there is no error in the log but it says:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;HTTP Status 404 - /alfresco/&lt;BR /&gt;&lt;BR /&gt;type Status report&lt;BR /&gt;&lt;BR /&gt;message /alfresco/&lt;BR /&gt;&lt;BR /&gt;description The requested resource (/alfresco/) is not available.&lt;BR /&gt;&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;SPAN&gt;I did do changes described in here: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Install_On_Jboss_4.2.0" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Install_On_Jboss_4.2.0&lt;/A&gt;&lt;SPAN&gt; and here: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Deploying_WAR_JBoss" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Deploying_WAR_JBoss&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but still receiving the error above. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could it be the problem with Alfresco 3, as all documentation for JBoss deployment is written for version 2.1?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 12:34:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-using-non-dedicated-tomcat/m-p/180361#M133491</guid>
      <dc:creator>deniszy</dc:creator>
      <dc:date>2008-09-25T12:34:02Z</dc:date>
    </item>
  </channel>
</rss>

