cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Explorer with Glassfish 3.1.1 , white login page!

al-mothafar
Champ in-the-making
Champ in-the-making
Hi

I just deploy alfresco.war into Glassfish 3.1.1 and after that i saw that login page is white except background image, no login form is shown, I view source and I saw that from not rendered.

What the problem, an dhow to solve that, be note that log file didn't log anything about that (no exceptions !!!) ..


Rear Question, is Alfresco 3.4d & 3.4e support clustering?

Thanks & Regards,
2 REPLIES 2

al-mothafar
Champ in-the-making
Champ in-the-making
Hi all

I tested the Alfresco Explorer 3.4d and it worked, I know now the problem especially in "e" version not on "d".

Any solutions & answers Smiley Happy

Regards,

al-mothafar
Champ in-the-making
Champ in-the-making
OK

I solve it Smiley Happy

the problem seems the conflicts between Glassfish bundled JSF with alfresco bundled, so I solve that by adding "sun-web.xml" file (In WEB-INF folder) with the following content :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD GlassFish Application Server 3.0 Servlet 3.0//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_3_0-0.dtd">
<sun-web-app>
    <class-loader delegate="false"/>
    <property name="useBundledJsf" value="true"/>
    <property name="useMyFaces" value="true"/>
</sun-web-app>


Regards,