This Is A FineDay

            BlogJava :: 首頁(yè) :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
            93 隨筆 :: 0 文章 :: 69 評(píng)論 :: 0 Trackbacks
          Apache和Tomcat連接的方法大致有JK1.x, JK2, mod_webapp三種connector可以使用,下面簡(jiǎn)單說(shuō)明一下
          ? Apache2.0.50 + Tomcat5.0.29 + mod_jk2的連接方法,環(huán)境為windows XP

          1、下載:
          ?????? apache2.0.50從http://apache.org下載
          ?????? tomcat5.0.28從http://jakarta.apache.org下載
          ?????? module_jk2從http://jakarta.apache.org下載


          2
          ????? Apache到D:\Apache Group\Apache2
          ????? Tomcat到E:\work\jakarta-tomcat-5.0.28
          ????? module文件為jakarta-tomcat-connectors-jk2.0.4-win32-apache2.0.49.zip 解壓縮,將modules/mod_jk2.so拷貝到
          ???? D:\Apache Group\Apache2\modules下,conf/workers2.properties.sample拷貝到D:\Apache Group\Apache2\conf下,
          ???? 并改名為worker1.properties
          3、修改D:\Apache Group\Apache2\conf\httpd.conf,增加
          ???? LoadModule jk2_module "modules/mod_jk2.so"
          ???? JkSet config.file "conf/workers2.properties"
          ???
          ??? Apache配置完畢,重新啟動(dòng)Apache
          4、tomcat默認(rèn)支持ajp1.3的jk2連接,所以只需要配置apache就可以,剩下的就是將需要訪問(wèn)的目錄增加到
          ???? worker2.properties就可以了,默認(rèn)為
          [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 space
          [uri:/examples/*]
          group=lb

          [status:]
          info=Status worker, displays runtime information

          [uri:/jkstatus/*]
          info=The Tomcat /jkstatus handler
          group=status:
          [shm]
          info=Scoreboard. Requried for reconfiguration and status with multiprocess servers.
          file=D:/Apache Group/Apache2/logs/jk2.shm
          size=1048576

          需要修改一下apache的默認(rèn)目錄,然后我增加了兩個(gè)目錄/servlets-examples和/axis,得到如下

          # 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=localhost

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

          # Map the Tomcat examples webapp to the Web server uri space
          [uri:/jsp-examples/*]
          group=lb
          [uri:/bbs/*]
          group=lb
          [uri:/servlets-examples/*]
          group=lb
          [uri:/axis/*]
          group=lb
          [status:]
          info=Status worker, displays runtime information

          [uri:/jkstatus/*]
          info=The Tomcat /jkstatus handler
          group=status:

          [uri:/*.jsp]
          worker=ajp13:localhost:8009
          ????
          重新啟動(dòng)apache,tomcat
          訪問(wèn)
          http://localhost/jkstatus/
          http://localhost/servlets-examples/
          http://localhost/axis/
          http://localhost:8080/servlets-examples/
          http://localhost:8080/axis
          看一下結(jié)果,如果還要增加新的目錄,只要照上面操作即可

          posted on 2007-04-05 16:31 Peter Pan 閱讀(400) 評(píng)論(0)  編輯  收藏 所屬分類: J2EE
          主站蜘蛛池模板: 乌苏市| 新宾| 时尚| 元谋县| 永泰县| 益阳市| 珲春市| 嘉荫县| 武夷山市| 石城县| 邻水| 汾阳市| 贵溪市| 林州市| 隆昌县| 新龙县| 东明县| 邵东县| 界首市| 门源| 湟源县| 镇巴县| 尉氏县| 布尔津县| 班玛县| 大邑县| 廊坊市| 那曲县| 金寨县| 色达县| 搜索| 慈利县| 湟中县| 新竹县| 丰镇市| 卫辉市| 秭归县| 苍溪县| 延长县| 美姑县| 蕲春县|