快速业务通道

Windows下打造完美的服务器平台

作者 佚名技术 来源 服务器技术 浏览 发布时间 2012-07-05
che2\conf\ (我这里是按照默认安装路径安装,后面的设置按照自己的安装路径做相应的改变) 目录下的 httpd.conf 文件,寻找
#ScriptAlias /cgi-bin/ "D:/Apache/cgi-bin/"
把前面的#号去掉 ,把D:/Apache/cgi-bin/新开为你需要支持CGI程序的目录,我设置的是f:/Web/cgi-bin。
寻找

同样,也修改为f:/Web/cgi-bin
寻找
AddHandler cgi-script .cgi
后面加上.pl ,即 AddHandler cgi-script .cgi .pl
OK,自己写个CGI程序测试一下:
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello, World.";
保存为hello.cgi,放置在F:\WEB\CGI-BIN文件夹下面,使用浏览器打开http://127.0.0.1/cgi-bin/hello.cgi,出现如下的页面,安装成功。

6,安装j2sdk-1_4_2-windows-i586
由于安装tomcat前需要安装j2sdk,所以要先安装j2sdk-1_4_2-windows-i586,过程很简单,安装到D:\j2sdk文件夹。
设置环境变量,
JAVA_HOME = D:\j2sdk

在Path最后附加:
Path = ......;%JAVA_HOME%\bin

打开CMD,输入java –version,显示下面的内容
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
输入javac,显示:
C:\Documents and Settings\lin>javac
Usage: javac
where possible options include:
-g?????????????????Generate all debugging info
-g:none?????????????Generate no debugging info
-g:{lines,vars,source}???Generate only some debugging info
-nowarn?????????????Generate no warnings
-verbose?????????????Output messages about what the compiler is doing
-deprecation?????????Output source locations where deprecated APIs are us
ed
-classpath ???????Specify where to find user class files
-sourcepath ?????Specify where to find input source files
-bootclasspath ???Override location of bootstrap class files
-extdirs ???????Override location of installed extensions
-d ?????????Specify where to place generated class files
-encoding ?????Specify character encoding used by source files
-source ???????Provide source compatibility with specified release
-target ???????Generate class files for specific VM version
-help???????????????Print a synopsis of standard options
表示JAVAC也安装成功。
7.安装jakarta-tomcat-4.1.31
jakarta-tomcat不需要安装,下载压缩包以后直接解压到D:\TOMCAT目录下,设置环境变量
TOMCAT_HOME =D:\TOMCAT
打开D:\tomcat\bin目录下的startup.bat启动tomcat,如果出现下图的状态,表示启动成功。如图:

使用MYIE打开 http://127.0.0.1:8080/index.jsp ,可以看到如下的页面,再次恭喜你,tomcat也安装成功。tomcat默认的HTTP端口和用户名可以去D:\tomcat\conf目录下修改server.XML和tomcat-user.xml文件。

整合Apache和Tomcat。用记事本打开 D:\Apache2\conf\ 目录下的 httpd.conf 文件,在最后面增加下面的内容:
LoadModule jk2_module modules/mod_jk2.so

在D:\Apache2\conf目录下新建一个workers2.properties文件,内容如下:
[shm]
info=Scoreboard. Requried for reconfiguration and status with multiprocess servers.
file=anon

# Defines a load balancer named lb. Use even if you only have one Machine.
[lb:lb]

# Example socket channel, override port and host.
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1

# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
group=lb

# Map the Tomcat examples webapp to the Web server uri

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号