cancel
Showing results for 
Search instead for 
Did you mean: 

deploy Alfresco 2.0 + JBoss 4.0.5 + PostgreSQL 8.1.9 ?

andries
Champ in-the-making
Champ in-the-making
Alfresco on JBoss with Mysql works like a charm on openSUSE 10.2. Followed instructions from: http://wiki.alfresco.com/wiki/Deploying_WAR_JBoss

This results in:
Alfresco 2.0 + JBoss 4.0.5 + Mysql 5.0.26

Here is my question: how do I change the database from mysql to postgresql , so resulting in:
Alfresco 2.0 + JBoss 4.0.5 + PostgreSQL 8.1.9

Wiki page http://wiki.alfresco.com/wiki/Database_Configuration gives an example for PostgreSQL. What is the location of "custom-repository.properties" and "custom-repository.properties"?
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
The equivilent location in jboss for alfresco/extension stuff is:
\jboss\server\default\conf

Hope this helps,

Kevin

andries
Champ in-the-making
Champ in-the-making
Yes, it worked. Thank you very much for your help.

Solution:
* create two directories, in my configuration:

mkdir /opt/jboss/server/default/conf/alfresco/extension
mkdir /opt/jboss/server/default/conf/alfresco/messages
* after untarring alfresco-community-war.2.0.0.tar.gz move file from extensions/extension and from extensions/messages to resp. directories