Hi Derek,
My apologies for not replying sooner. Due to the time constraints, I had to resort to running Alfresco on Windows XP which proved far easier. However, now that I have got that running, I am still required to get Alfresco running on SLES 9 at some point in time. As such, I have re-visited the painful task of trying to get Alfresco 1.4 Community Edition running on SLES 9. I started from scratch again and built myself a brand new server running SLES 9. I then proceeded to download and install Alfresco 1.4 Community. Without making any changes, I started Alfresco up and this is what I got on the startup screen:
SYD:/usr/local/alfresco # ./alf_start.sh
Using CATALINA_BASE: /usr/local/alfresco/tomcat
Using CATALINA_HOME: /usr/local/alfresco/tomcat
Using CATALINA_TMPDIR: /usr/local/alfresco/tomcat/temp
Using JRE_HOME: /usr/lib/java/jre
Using JAVA_OPTS: -Xms128m -Xmx512m -server -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/usr/local/alfresco/tomcat/conf/logging.properties
Starting OpenOffice service…
SYD:/usr/local/alfresco #
To me this doesn't quite look correct in comparison with what happens in the Windows environment when I start Alfresco…for starters, it doesn't indicate that the alfresco.war file is being deployed, secondly it doesn't confirm that the Tomcat server is up and running and whatever schema has been installed successfully.
Why is this?? In the Windows environment, Alfresco will run out of the box…isn't it supposed to be the same for the Linux version?
Thanks Derek.