> First I downloaded the file: > http://www.reverse.net/pub/apache/james/james-with-phoenix-2.2 > .0-src.zip > this is a mirror listed on apache.org
That is a SRC file. You need to build it and make a distro. > I added the JAVA_HOME variable to windows so phoenix/james > know where to find java. > > I tried to run the run.bat file in the james/src/script > folder, but it couldn't find phoenix-loader file. So, i went > back to the apache site and downloaded > http://www.reverse.net/pub/apache/james/binaries/james.sar > placed this file in the "james/phoenix-bin/apps" directory, > and executed james/phoenix-bin/bin/run.bat james.sar is only a part of James. It is the core component but you need the container for it. You simply need to download a binary distribution from the official site: http://james.apache.org/download.cgi Download this, for example: http://apache.markoer.org/james/james-2.2.0.zip Stefano
