64位2003的操作系统如何部署tomcat6+Apache集群?

来源:百度知道 编辑:UC知道 时间:2024/06/07 23:26:20
服务器是微软windows2003 64位系统,需要在上面部署2个tomcat6.0+1个Apache2.2集群,请问详细的操作步骤?64位的Apache在哪里可以下载?详细的下载地址多少?还有,要做tomcat集群技术,也需要解压缩版本的tomcat6.0,哪里能下载呢?以上问题若能解决,可追加重分!!谢谢大虾们!

Download needed software
Download unofficial binaries for Apache x64 from blackdot.be:
http://www.blackdot.be/?inc=apache/binaries
Current version (November 2008): httpd-2.2.10-win64.zip

Install Apache 64bit
Create a folder inside your C drive and named it something like apache64. Unzip the contents of the Apache zip package you previously downloaded to folder: C:/apache64.
Edit Apache configuration file C:/apache64/conf/httpd.conf and change paths to match your system.

ServerRoot "C:/apache64"
ServerName localhost:80
DocumentRoot "C:/apache64/htdocs"
<Directory "C:/apache64/htdocs">
DirectoryIndex index.html index.htm index.php
ScriptAlias /cgi-bin/ "C:/apache64/cgi-bin/"

If you want to set up virtual hosts uncomment (remove the "#" symbol) the line