a***n 发帖数: 1616 | 1 如果你网站是用Apache Server (port 80),
那你怎么把J2EE开发的JSP容纳到你的Apache Server里去?
难道非要把Apache public_html, 和 J2EE public_html 分别各放各的,
然后让Apache public_html里的网页指个链接连到J2EE 的http://hostname:8000/xx.jsp?
要同时运行两个server?
大家是不是有把这两个server配置好, Integrate成一个的做法呢?
或者, 既然J2EE也提供WWW服务, 大家就只起动J2EE server? 摒弃了Apache server? | j***i 发帖数: 4 | 2 The Apache web server can be configured as a proxy server of the Tomcat
server.
For the details, please refer to this link :
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/proxy-howto.html
good luck. :-)
的http://hostname:8000/xx.jsp?
【在 a***n 的大作中提到】 : 如果你网站是用Apache Server (port 80), : 那你怎么把J2EE开发的JSP容纳到你的Apache Server里去? : 难道非要把Apache public_html, 和 J2EE public_html 分别各放各的, : 然后让Apache public_html里的网页指个链接连到J2EE 的http://hostname:8000/xx.jsp? : 要同时运行两个server? : 大家是不是有把这两个server配置好, Integrate成一个的做法呢? : 或者, 既然J2EE也提供WWW服务, 大家就只起动J2EE server? 摒弃了Apache server?
|
|