cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying Alfresco1.3.0 into Liferay4.0.0

kevinr
Star Contributor
Star Contributor
Hello,

As part of the Alfresco 1.3 packages we now supply a bundle containing Alfresco 1.3 pre-configured with Liferay4.0.0+Tomcat. However, if you wish to deploy the plain WAR file yourself (if say you already have Liferay installed) then the instructions are available here:
http://wiki.alfresco.com/wiki/Deploying_WAR_Liferay

Thanks,

Kevin
21 REPLIES 21

amgad_mosleh
Champ in-the-making
Champ in-the-making
HI there

—————————————-
My environment is:
DB: Mysql 5.0.19
Jboss: 4.0.3SP1
Liferay: 4.0.0 Final release
Alfresco: 1.3 the web client war file

——————————————

I foloowed the instruction the link you mentioned. when I start the server the database is updated and I can see the entries and the tables created but before the server start the following appears and nothing will happen:


09:50:19,707 INFO  [SQLErrorCodesFactory] SQLErrorCodes loaded: [DB2, HSQL, MS-SQL, MySQL, Oracle, Informix, PostgreSQL, Sybase]



any help please  :lol:

kevinr
Star Contributor
Star Contributor
That doesn't look like an error - is there any other error message? I assume you have the MySQL connector JAR deployed in jboss/server/default/lib?

I will update the wiki instructions to make sure the MySQL connector JAR is deployed.

Thanks,

Kevin

kishore
Champ in-the-making
Champ in-the-making
Hi kevin,

      I followed as per instructions,but i am getting error again
"java.lang.VerifyError: Cannot inherit from final class".
     I am using liferay4 final release,mysql5.0.15 on windows xp.

  
Thanks
Kishore

kevinr
Star Contributor
Star Contributor
Hi kevin,
      I followed as per instructions,but i am getting error again
"java.lang.VerifyError: Cannot inherit from final class".
     I am using liferay4 final release,mysql5.0.15 on windows xp.

Kishore
Are you using Liferay+Jboss or Liferay+Tomcat? If it's JBoss then it may be the problem with the JSF JAR versions that has been mentioned before on these forums. If so, i'll add an extra step on how to deal with that.

Thanks,

Kevin

kishore
Champ in-the-making
Champ in-the-making
Hi kevin,

         I am using liferay+jboss server of version 4.
Anyhow thanks for ur reply.

Thanks
Kishore

simonmags
Champ in-the-making
Champ in-the-making
Hi, I want alfresco and liferay to run together on the same tomcat installation if I can get it to work.

suse linux 10.1
alfresco 2.1
liferay 4.3
tomcat

Basically I am trying to get an implementation of Liferay and Alfresco running on Suse Linux 10.1. Is there any documentation setup stuff around ashowing how to do something like this?

Regards

simonmags
Champ in-the-making
Champ in-the-making
anybody know of the docs for this, for the lastest versions of the software?

simonmags
Champ in-the-making
Champ in-the-making
http://bliki.rimuhosting.com/space/knowledgebase/linux/java/liferay+install+on+tomcat+5.5

Reference: >>http://content.liferay.com/4.2/doc/installation/liferay_4_installation_guide/multipage/ch05s06.html

The steps are:

    * download >>http://downloads.sourceforge.net/lportal/liferay-portal-alfresco-4.2.1.war?download
    * Rename it to alfresco.war
    * Move alfresco.war to /usr/local/liferay/webapps
    * Do some tweaking in your java machine settings:

Edit /usr/local/liferay/bin/catalina.sh and changed JAVA_OPTS to:

JAVA_OPTS="-Xms16m -Xmx200m -XX:MaxPermSize=128m -Dfile.encoding=UTF8 -Duser.timezone=GMT -Djava.security.auth.login.config=$CATALINA_HOME/conf/jaas.config"

    * Restart liferay:

   1. /etc/init.d/liferay restart

    * Log in as admin at >>http://yourip:8080 and make sure the Alfresco Content portlet was active.

Now you should just go ahead and add your own Alfresco contents using the Admin interface at >>http://yourip:8080/alfresco

Important: don't forget to change the admin passwords for both liferay and alfresco.


is it really that easy?

simonmags
Champ in-the-making
Champ in-the-making
just making sure this thread is marked as unread so someone replies to it.