cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco + JBOSS

trying2alfresco
Champ in-the-making
Champ in-the-making
Hello,

I just downloaded the alfresco + jboss bundle but I am unable to start alfresco. I am testing on a Windows XP machine with MySQL installed, the java jdk is also there. I have setup the JAVA_HOME but still I am not able to get it running. When I click alf_start the jboss section just fails. It does not give me any error messages so I am not sure how to proceed.

Thanks in advance for aal your help.
2 REPLIES 2

trying2alfresco
Champ in-the-making
Champ in-the-making
Another question. Should I be setting up JBOSS_HOME as well?

rivetlogic
Champ on-the-rise
Champ on-the-rise
Hi,

The answer is no, JBOSS_HOME is set by alfresco.bat for you.

@echo off
rem —————————————————————————
rem Start script for the Alfresco Server
rem —————————————————————————

rem set Alfresco home (includes trailing \ e.g. c:\alfresco\)
set ALF_HOME=%~dp0

set JBOSS_HOME=%ALF_HOME%jboss
Regards,

–Aladdin