原帖由 柳拂风 于 2006-8-24 13:56 发表
apache2.2以上的版本,
可以直接连tomcat,
没必要装tomcat-connectors。
原帖由 柳拂风 于 2006-8-24 13:56 发表
apache2.2以上的版本,
可以直接连tomcat,
没必要装tomcat-connectors。
原帖由 e-ghost 于 2007-1-22 10:15 发表
你好 柳拂风 兄, 能指教一下怎样不用 tomcat-connectors 而直接 apache 2.2 连 tomcat 吗? 谢!![]()
#
NameVirtualHost 192.168.10.240:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost 192.168.10.240:80>
<Directory "/usr/local/tomcat/webapps/Root">
DirectoryIndex index.htm index.html index.jsp
</Directory>
ServerAdmin tzk@itfm.com
DocumentRoot /usr/local/tomcat/webapps/ROOT
ServerName localhost:80
ErrorLog logs/ITFM-error_log
CustomLog logs/ITFM-access_log common
</VirtualHost>
原帖由 vepeta 于 2006-8-24 10:15 发表
在论坛里看了许多相关帖子,自己也实验了多次,终于在前几天测试成功,感谢cu里的前辈们为我们新人铺路,因为我实际工作中要用到这些,以前是兄弟公司的哥们帮我们配置。现在我也配置成功,和大家分享一下成果吧。 ...
apr-util-1.2.7.tar.gz
apr-1.2.7.tar.gz
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |