m******y 发帖数: 588 | 1 I am not familar with servlet. I found the server for the servlet
in Jbuilder is Tomcat while our server is using Apache. So could
servlet run in apache or the server needs Tomcat installed? If
Tomcat needs to be installed, can it run together with Apache?
Thanks for the answer! |
m******y 发帖数: 588 | 2 Anyone answer my question???
【在 m******y 的大作中提到】 : I am not familar with servlet. I found the server for the servlet : in Jbuilder is Tomcat while our server is using Apache. So could : servlet run in apache or the server needs Tomcat installed? If : Tomcat needs to be installed, can it run together with Apache? : Thanks for the answer!
|
g*****g 发帖数: 34805 | 3 Tomcat can run with Apache.
【在 m******y 的大作中提到】 : Anyone answer my question???
|
m******y 发帖数: 588 | 4 thanks.
【在 g*****g 的大作中提到】 : Tomcat can run with Apache.
|
m**i 发帖数: 89 | 5 First of all, Tomcat is Apache too:-) Tomcat is a subproject of Jakarta
which is founded by Apache Foundation.
Servlet, just like its name, is a plugin to a Java env, or say,
Application Server. However, Apache web server is not such kind of env.
【在 m******y 的大作中提到】 : I am not familar with servlet. I found the server for the servlet : in Jbuilder is Tomcat while our server is using Apache. So could : servlet run in apache or the server needs Tomcat installed? If : Tomcat needs to be installed, can it run together with Apache? : Thanks for the answer!
|