f********f 发帖数: 475 | 1 About Apache, Tomcat, Cacoon and Jakarta, what are the relationship among
them?
If I want to construct a website with J2EE(JSP, Servlets,etc.), do I need BOTH
Apache and Tomcat or ONLY Tomcat?
What is mainframe web enabling host integration technologies?
Thanks a lot in advance!!! | f********f 发帖数: 475 | 2 It seems that the Apache is a big environment which support J2EE, ASP, PHP,
TCL, PERL kind of technologies if you install the corresponding support
software, for example, if you want a web server running J2EE tech, you need to
install Tomcat. Am I right?
What is the Jakarta used for? Confused.
BOTH
【在 f********f 的大作中提到】 : About Apache, Tomcat, Cacoon and Jakarta, what are the relationship among : them? : If I want to construct a website with J2EE(JSP, Servlets,etc.), do I need BOTH : Apache and Tomcat or ONLY Tomcat? : What is mainframe web enabling host integration technologies? : Thanks a lot in advance!!!
| c***r 发帖数: 4631 | 3
BOTH
if you don't need to work with a lot of static pages, you can use Tomcat
alone
and configure it to run at port 80
【在 f********f 的大作中提到】 : About Apache, Tomcat, Cacoon and Jakarta, what are the relationship among : them? : If I want to construct a website with J2EE(JSP, Servlets,etc.), do I need BOTH : Apache and Tomcat or ONLY Tomcat? : What is mainframe web enabling host integration technologies? : Thanks a lot in advance!!!
| c***r 发帖数: 4631 | 4
to
it's the name of java related project at Apache fundation.
【在 f********f 的大作中提到】 : It seems that the Apache is a big environment which support J2EE, ASP, PHP, : TCL, PERL kind of technologies if you install the corresponding support : software, for example, if you want a web server running J2EE tech, you need to : install Tomcat. Am I right? : What is the Jakarta used for? Confused. : : BOTH
| f********f 发帖数: 475 | 5 Could you tell me Why? The Apache is especially for the static pages?
【在 c***r 的大作中提到】 : : to : it's the name of java related project at Apache fundation.
| r****y 发帖数: 26819 | 6 Apache is good for static pages, while Tomcat is good for dynamic.
【在 f********f 的大作中提到】 : Could you tell me Why? The Apache is especially for the static pages?
| c***r 发帖数: 4631 | 7 Performance of tomcat on static page is a little poor.
among
need
【在 f********f 的大作中提到】 : Could you tell me Why? The Apache is especially for the static pages?
| f********f 发帖数: 475 | 8 According to my understanding, Tomcat is a subproject of Apache, so it is
belong to Apache, right? Is it possible for Apache alone to be a web server?
Tomcat
【在 r****y 的大作中提到】 : Apache is good for static pages, while Tomcat is good for dynamic.
| c***r 发帖数: 4631 | 9 first, apache is a webserver program, it is widely used, how many? you can
refer http://www.netcraft.com for information. if you want to know more about
the apache webserver, you can go to http://httpd.apache.org for more
information.
second, there is a Apache software foundation. the website of this fundation
is http://www.apache.org And there are a lot of projects suported by this
fundation. The mose important one is the apache http server. And many others
are pretty useful. Like the Jakarta,
【在 f********f 的大作中提到】 : According to my understanding, Tomcat is a subproject of Apache, so it is : belong to Apache, right? Is it possible for Apache alone to be a web server? : : Tomcat
| m*****y 发帖数: 6 | 10
Based on my view, that is correct. You can say it like that. Apache is a
project. Tomcat is part of it.
Is it possible for Apache alone to be a web server?
Why not? It is a good web server. Many technology support this
product(project).
More information can be found on http://www.apache.org
【在 f********f 的大作中提到】 : According to my understanding, Tomcat is a subproject of Apache, so it is : belong to Apache, right? Is it possible for Apache alone to be a web server? : : Tomcat
| g******d 发帖数: 157 | 11
【在 m*****y 的大作中提到】 : : Based on my view, that is correct. You can say it like that. Apache is a : project. Tomcat is part of it. : Is it possible for Apache alone to be a web server? : Why not? It is a good web server. Many technology support this : product(project). : More information can be found on http://www.apache.org
|
|