Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
InstallationJBoss Oracle
This guide assumes you are knowledgeable enough with JBoss, Java and Oracle
#cd /jboss4.2.1GA/server/default/deploy
#mkdir alfresco.war
#jar xvf alfresco.war
NOTE: this library seems that isn't shipped with the labs3b edition. We've found it in the enterprise edition, but we don't know if it's the right way to do...
change the hibernate.bytecode.provider=javassist to hibernate.bytecode.provider=cglib
db.driver=oracle.jdbc.OracleDriver
db.name=alfresco
db.url=jdbc:oracle:thin:@oracle_db_server.my.domain:1521:db_sid
db.username=alfresco
db.password=alfresco
hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
Thanks to Maurizio Niro for the precious help and friendship.
---
Back to Server Installation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.