<?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: Alfresco jboss in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72135#M46825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been doing some further research into this, turns out the .war file provided is mostly setup for Tomcat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As you mentioned in your top post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found another topic on this : &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?p=13010" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?p=13010&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Turns out there are some files which collide with JBoss installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Those provided inside the package are from older JBoss versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The link provides some instruction which files to remove and which not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I on the other hand am trying to recompile the .war file from source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Turns out this isn't really that easy since the SVN depository doesnt seem to be using tags or branches.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 15:45:45 GMT</pubDate>
    <dc:creator>unknown-user</dc:creator>
    <dc:date>2006-12-19T15:45:45Z</dc:date>
    <item>
      <title>Alfresco jboss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72131#M46821</link>
      <description>Hi all, I'm testing Alfresco on different plateform. I runs well on Tomcat with MySql but not on jboss. I would like to run the war (without the jboss portal stuff) into my own jboss 4.0.5 but it takes a long time to populate the Alfresco tables.&amp;nbsp; If I create the tables before running for the first</description>
      <pubDate>Mon, 11 Dec 2006 08:32:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72131#M46821</guid>
      <dc:creator>clombart</dc:creator>
      <dc:date>2006-12-11T08:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco jboss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72132#M46822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is probably the common issue with the default log4j settings in JBoss - for some bizare reason is it commonly set to DEBUG by default. This causes gigs of log files to be (very slowly) generated by verbose libraries such as Hibernate and Spring.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try modifying your jboss log4j.xml file thus:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;root&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;priority value="INFO" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;appender-ref ref="CONSOLE"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;appender-ref ref="FILE"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/root&amp;gt; &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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 11:25:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72132#M46822</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-12-11T11:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco jboss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72133#M46823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Christophe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;looking to your posted issue I understand you install both on tomcat and jboss.&amp;nbsp;&amp;nbsp; I would like to understand which are the implications:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do the different installation provides different features to alfresco or the alfresco installation chosen (tomcat/jboss) depends on the environment you have on the server? If I do not have other external requirement do I loose functionality choosing tomcat instead jboss from alfresco point of view?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Luciano&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 15:45:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72133#M46823</guid>
      <dc:creator>ltendi</dc:creator>
      <dc:date>2006-12-15T15:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco jboss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72134#M46824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would like to run the war (without the jboss portal stuff) into my own jboss 4.0.5 but it takes a long time to populate the Alfresco tables.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the exact same, even further I have disabled logging on log4j by setting level to ERROR. I have even let it run all night. All I can see is MySQL (5.0) adding and also removing rows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If I create the tables before running for the first time Alfresco on jboss, it works.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a separate SQL file for the creation of these databases ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone could point me to them I can try this too, so far I have been unable to find them, the only sql file I find creates the 'alfresco' database itself but does not creates tables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 10:56:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72134#M46824</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-12-19T10:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco jboss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72135#M46825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been doing some further research into this, turns out the .war file provided is mostly setup for Tomcat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As you mentioned in your top post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found another topic on this : &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?p=13010" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?p=13010&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Turns out there are some files which collide with JBoss installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Those provided inside the package are from older JBoss versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The link provides some instruction which files to remove and which not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I on the other hand am trying to recompile the .war file from source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Turns out this isn't really that easy since the SVN depository doesnt seem to be using tags or branches.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 15:45:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-jboss/m-p/72135#M46825</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-12-19T15:45:45Z</dc:date>
    </item>
  </channel>
</rss>

