Alfresco on Weblogic

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2006 09:48 AM
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
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
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2006 09:57 AM
Hello,
Thanks for letting us know about this!
Steve
Thanks for letting us know about this!
Steve
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2006 09:50 AM
Has anybody tried installing Alfresco on Weblogic 8.1? How much does Alfresco rely on Java 5.0?
Regards,
Keith
Regards,
Keith

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2006 10:39 AM
Hi,
Java 1.5 is a requirement.
Steve
Java 1.5 is a requirement.
Steve

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2006 12:51 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2006 06:39 AM
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.
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.
