免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1875 | 回复: 3
打印 上一主题 下一主题

[Web] tomcat+apache整合不成功,如何确定tomcat路径 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-07-22 10:06 |只看该作者 |倒序浏览
看了很多关于tomcat+apache整合的帖子,试着编译了几天也没成功,郁闷啊!
我想整合的是apache2.0.49+tomcat5.0.27,apache和tomcat的编译是很顺利的了,在jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2下./configure --with-apxs2=/export/home/apache2/bin/apxs时结果如下:
......
checking for cp... /usr/bin/cp
checking for mkdir... /usr/bin/mkdir
no apxs given
need to check for Perl first, apxs depends on it...
checking for perl... /usr/local/bin/perl
building connector for "apache-2.0"
checking checking for apache13...... not provided
checking checking for apache20...... not provided
checking checking for iis...... not provided
checking checking for iPlanet...... not provided
checking for tomcat33 location... not provided
checking for tomcat40 location... not provided
checking for tomcat41 location... not provided
configure: creating ./config.status
config.status: creating Makefile
config.status: creating server/apache13/Makefile
config.status: creating server/apache13/Makefile.apxs
config.status: creating server/apache2/Makefile
config.status: creating server/apache2/Makefile.apxs
config.status: creating ../build.properties
config.status: creating scripts/build/unix/dummy
config.status: executing depfiles commands

提示的no apxs given是何原因,我已给出正确的apxs路径了啊。不知这样的configure结果是否正确?
另,在Server上如果同时运行tomcat4和tomcat5,在编译时又如何确定要整合的tomcat呢?

在configure之后,执行make出现错误

list=' server/apache2'; \
for i in $list; do \
        echo "Making $target in $i"; \
        if test "$i" != "."; then \
        (cd $i && make) || exit 1; \
fi; \
done;
Making  in server/apache2
make: Fatal error in reader: Makefile, line 21: Unexpected end of line seen
Current working directory /export/home/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/server/apache2
*** Error code 1
make: Fatal error: Command failed for target `jk2-build'

折腾了几天也没弄好,请大侠们帮忙分析一下原因,多谢了

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
2 [报告]
发表于 2004-07-22 10:47 |只看该作者

tomcat+apache整合不成功,如何确定tomcat路径

no apxs given

好像没有关系,跳过去就可以了

论坛徽章:
0
3 [报告]
发表于 2004-07-22 13:53 |只看该作者

tomcat+apache整合不成功,如何确定tomcat路径

如果同时运行tomcat4和5,又如何确定与apache进行整合的到底是哪个呢?在configure时没有指定路径的参数啊

论坛徽章:
0
4 [报告]
发表于 2004-07-22 15:19 |只看该作者

tomcat+apache整合不成功,如何确定tomcat路径

整合时与tomcat没有太大的关系吧?
主要是编译出一个与apahce相配的模块就可以了吧(我只懂用JK2),然后具体与哪个tomcat整合要看配置文件吧。主要看配置文件中如何指定apache与tomcat通信的端口号吧,默认是8009,匹配的那个tomcat工作吧?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP