咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
1.在搭建web服务器时,为了整合httpd和tomcat所以要下载tomcat-connectors-1.2.41-src.tar.gz进行编译:
#wget http://www.landui.com/dist/tomcat/tomcat-connectors/jk/ tomcat-connectors-1.2.41-src.tar.gz
#tar zxvf tomcat-connectors-1.2.41-src.tar.gz
#cd tomcat-connectors-1.2.41-src/native
#./configure –with-paxs= apxs地址
如果在上步中不知道apsx地址,编译是会处错误的如下:configure:error:cannot find the webserver
1.我们只要找到apxs地址正确填写就不会出错: