cancel
Showing results for 
Search instead for 
Did you mean: 

What operating system are you running Alfresco on?

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

Could you kindly let us know what operating system(s) you are running Alfresco on?

Thanks.
117 REPLIES 117

emmanuel
Champ in-the-making
Champ in-the-making
Running on Windows XP (for tests), will move on windows 2003 server or linux fedora core 5  :wink:

mbatini
Champ in-the-making
Champ in-the-making
Hi, we are running Alfresco 1.2 on a RedHat ES 4 on AMD/64

antjavbec
Champ in-the-making
Champ in-the-making
On RedHat Linux Fedora 4, Oracle database and Apache Tomcat.

trupoet
Champ in-the-making
Champ in-the-making
Tryin to get it workin on Centos 4 atm

Gonna try Gentoo next

mmarathe
Champ in-the-making
Champ in-the-making
Trying to get it running on:

rhel4 ES Update 3
MySQL PRO 5
Tomcat 5.5.17

milprog
Champ in-the-making
Champ in-the-making
I'm running two linux alfrescos each in a linux-vserver w/fc4-i386; main server for both vservers is fc4-x86_64. 1.3 runs fine, my server is headless (for OO I use Xvfb). Kernel is  2.6.15-1.1833_FC4.vs2.0.2.0.rc14.1smp.
I'm planning to replace the MySQL database by PostgreSQL asap but I did not try this yet.

manfred99
Champ in-the-making
Champ in-the-making
Linux+Windows2000

saulius23
Champ in-the-making
Champ in-the-making
I'm running on Solaris 10 Zone, ZFS, MySql, Tomcat.

There are some minor tweaks to get Alfresco stared:

1. Alfresco startup script need to be modified. JAVA_OPTS variable need to be exported.
# Set any default JVM values
JAVA_OPTS='-Xms128m -Xmx512m -server -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBody'
export JAVA_OPTS

2. Modify  file-server.xml in oder CIFS to work properly:

Remove solaris,linux,macos from SMB descriptions, in other words

replace:

     <!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
      <tcpipSMB platforms="linux,solaris,macosx"/>
      <netBIOSSMB platforms="linux,solaris,macosx"/>
      <hostAnnounce interval="5"/>

to:

      <!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
      <tcpipSMB/>
      <netBIOSSMB/>
      <hostAnnounce interval="5"/>


Please post any other changes if you run across for Solaris,

Regards,
Saulius

simonmags
Champ in-the-making
Champ in-the-making
I am running the new alfresco jboss.tar.gz file on my server as a standard setup, after I modified the alfresco.sh file as you suggested by having a separate line for export java_opts, it has been working well. I want to add a liferay server to this installation, does anyone know how to do that? I am in the process of making/finding someway to start alfresco/jboss on startup and to setup an apache rewrite rule to go to http://www.myserver.com/alfresco/  from http://www.myserver.com:8080/alfresco/ . I'm not sure if I explained that well enough, but you get the idea.

Anyone else got any Solaris tips for these things or other things?

mrudmann
Champ in-the-making
Champ in-the-making
Hardware: Dell 1950 Rackmount using hardware RAID (a sweet little machine)

OS: FC5

Apps: MySQL5, Alfresco 1.4, jdk1.5

All seems to be working fine at the moment!