cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco on Weblogic

erc
Champ in-the-making
Champ in-the-making
To satisfy curiosity, I decided to try the alfresco.war webapp on Weblogic.
The results:
Weblogic 8.1:  Didn't even attempt this as it's Java 1.4 platform

Weblogic 9.0: Various issues with weblogic built-in classes that were the wrong revision.  Putting antlr-2.7.5H3.jar on the CLASSPATH allowed the webapp to start-up, but clicking on http://localhost:7001/alfresco/faces/jsp/login.jsp yielded this error:

login.jsp:19:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

Googled around, tried a few things but drew a blank.

Weblogic 9.1: Installed without a hitch, could login, seems to be working fine. I had of course dropped mysql-connector-java-3.1.12-bin.jar into $DOMAIN_HOME/lib to get it under the classloader's nose.

Regards

Eric Lee
5 REPLIES 5

steve
Champ in-the-making
Champ in-the-making
Hello,

Thanks for letting us know about this!

Steve

keithie21
Champ in-the-making
Champ in-the-making
Has anybody tried installing Alfresco on Weblogic 8.1?  How much does Alfresco rely on Java 5.0?

Regards,
Keith

steve
Champ in-the-making
Champ in-the-making
Hi,

Java 1.5 is a requirement.

Steve

steve
Champ in-the-making
Champ in-the-making
Hi,

I have posted some simple instructions for getting Alfresco deployed in BEA Weblogic 9.1

Please add to or update as necessary.

Info is here: http://wiki.alfresco.com/wiki/Install_BEA_Weblogic

Steve

winson_pan
Champ in-the-making
Champ in-the-making
Hi.

I have deployed Alfresco on weblogic 9.20.  I've met two problems.

First, the tables in database can't be generated automatically. I've solved it manually using hibernate's SchemaExport. 

Second, the "multiple language support" doesn't work. Only "Eglish" can be chosen.

But these two things don't happen when I use tomcat.

How can I make Alfresco to support other languages in weblogic envirenment? Thanks a lot.