o*****n 发帖数: 1080 | 1 安装了J2EE之后,是不是实际已经安装了一个类似Tomcat的container? 如果这样,是否
还有必要安装Tomcat?
如果两个都安装,那么先安装的占用了8080
port,另外一个是否就只能分配到其他的port? 或者如果先安装了oracle,8080口也就占掉
了。
用J2EE去deploy个有关servlet的东西,是不是等同于用Tomcat发布servlet?
新手问题,谢谢前辈指教 | g**********y 发帖数: 14569 | 2 Tomcat is a partial J2EE implementation: only implement JSP & Servlet.
It is OK that you install as many J2EE implementation as you like. But if they
share port 8080, then you can only run one at a time.
(1) If you want to run them at same time, then configure it with different
port, all of them has configuration file, just change it.
(2) If you want open source / free product, then use JBoss, current JBoss
(4.0.1) integrate Tomcat (5.0.28)
(3) If you just want to run J2EE tutorial samples, then
【在 o*****n 的大作中提到】 : 安装了J2EE之后,是不是实际已经安装了一个类似Tomcat的container? 如果这样,是否 : 还有必要安装Tomcat? : 如果两个都安装,那么先安装的占用了8080 : port,另外一个是否就只能分配到其他的port? 或者如果先安装了oracle,8080口也就占掉 : 了。 : 用J2EE去deploy个有关servlet的东西,是不是等同于用Tomcat发布servlet? : 新手问题,谢谢前辈指教
|
|