博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
web与tomcat服务器集成问题汇总
阅读量:6611 次
发布时间:2019-06-24

本文共 1815 字,大约阅读时间需要 6 分钟。

场景1: httpd server不能够编译,

错误如下:

configure: error: in `/opt/httpd-2.2.19/srclib/apr':configure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.configure failed for srclib/apr

原因:缺少c编辑器,比如 GCC或GCC+等。

解决方案:下载GCC编译器并编译它。

场景2 Apache不能够使用make命令编译,显示已存在该进程。

Error: make is not able to compile the code

原因:make不能够执行该函数

解决方案: 运行下面命令

make clean#Thenmakemake install

场景3 Apache HTTP服务器不能够连接到TOMCAT7

Error:不能通过 AJP连接

原因:端口被阻止或者AJP的配置有错误

解决方案:使用下列命令检查日志

[root@localhost logs]# cat error_log[Mon Jul 25 16:11:00 2011] [notice] Apache/2.2.19 (Unix) DAV/2 configured -- resuming normal operations[Mon Jul 25 16:52:16 2011] [notice] caught SIGTERM, shutting down[Mon Jul 25 16:52:23 2011] [warn] No JkShmFile defined in httpd.conf. Using default /opt/apache-2.2.19/logs/jk-runtime-status[Mon Jul 25 16:52:23 2011] [warn] No JkShmFile defined in httpd.conf. Using default /opt/apache-2.2.19/logs/jk-runtime-status[Mon Jul 25 16:52:23 2011] [notice] Apache/2.2.19 (Unix) DAV/2 mod_jk/1.2.32 configured -- resuming normal operations[root@localhost logs]# cat mod_jk.log[Mon Jul 25 16:52:23.555 2011] [13355:3086857920] [warn] jk_map_validate_property::jk_map.c (411): The attribute 'worker.node1.cachesize' is deprecated - please check the documentation for the correct replacement.[Mon Jul 25 16:52:23.555 2011] [13355:3086857920] [info] init_jk::mod_jk.c (3252): mod_jk/1.2.32 () initialized[Mon Jul 25 16:52:23.564 2011] [13356:3086857920] [warn] jk_map_validate_property::jk_map.c (411): The attribute 'worker.node1.cachesize' is deprecated - please check the documentation for the correct replacement.[Mon Jul 25 16:52:23.564 2011] [13356:3086857920] [info] init_jk::mod_jk.c (3252): mod_jk/1.2.32 () initialized

也可以运行./apachectl configtest检查配置文件配置是否正确

转载于:https://blog.51cto.com/aishangwei/2125062

你可能感兴趣的文章
如何在windows环境下搭建FTP系统
查看>>
关于 lnmp 生成SSL失败 setuptools pkg_resources pip wheel failed with error code 2
查看>>
oracle取前几行|中间几行|后几行
查看>>
java算法-递归算法思想
查看>>
领域驱动的设计
查看>>
16.1 Tomcat介绍
查看>>
Tumblr 爬虫
查看>>
B站,N站,汤站,爬虫下载资源总结与技巧(二)
查看>>
QuickBI助你成为分析师——数据源FAQ小结
查看>>
速记 UWP Unit Test 异常:ailed to initialize client proxy: could not connect to test process
查看>>
十周三次课
查看>>
S/4HANA服务订单Service Order的批量创建
查看>>
iOS ShareSDK桥接技术
查看>>
spring源码解析bean定义@Configuration、@Import、@Bean(2)
查看>>
技术工坊|WASM应用区块链虚拟机的技术实践(上海)
查看>>
shell实例100例《八》
查看>>
《自卑与超越》读书笔记优秀范文3200字
查看>>
TRIDENT - A HIGH-LEVEL ABSTRACTION FOR REALTIME COMPUTATION
查看>>
分享一个jquery easyui拼接table的例子
查看>>
我的友情链接
查看>>