由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Tomcat和什么一起作Application Server?
相关主题
separate Web server application serverA nice EJB server(recommend)
what kind of machine should I buy土人问个J2EE的弱问题 *_<
[合集] 现在最好的免费和不免费的application server都是什么?【跪求】java applet下怎么执行系统的一个程序?
想试试Jboss,下乃个?JAVA J2EE 工作的技能要求
SSL Terminationj2ee web 方向的职业规划
Jetty, Tomcat, JBoss comparison关于RMI的问题
问个J2EE server跟Apache Web Server的问题?请教framework
JBoss 4.2.x Sucks!!!database 是 postgresql, server 不用JBOSS 还能用啥?
相关话题的讨论汇总
话题: tomcat话题: server话题: apache话题: weblogic
进入Java版参与讨论
1 (共1页)
w******n
发帖数: 692
1
哪种最流行, JBOSS, Orion,还有什么别的么?
r*****s
发帖数: 985
2
weblogic

【在 w******n 的大作中提到】
: 哪种最流行, JBOSS, Orion,还有什么别的么?
w******n
发帖数: 692
3
weblogic自己就可以了吧,为什么要加上Tomcat?

【在 r*****s 的大作中提到】
: weblogic
t****s
发帖数: 141
4
job secure

【在 w******n 的大作中提到】
: weblogic自己就可以了吧,为什么要加上Tomcat?
xt
发帖数: 17532
5

last time I used WebLogic server, that was version 5,
it did not do a good job.

【在 w******n 的大作中提到】
: weblogic自己就可以了吧,为什么要加上Tomcat?
d*g
发帖数: 66
6
对呀. 这个问题让我感觉有点confuse 了
为什么tomcat要加别的
我知道web server tomcat最好加上apache,
application server 就weblogic好了

【在 w******n 的大作中提到】
: weblogic自己就可以了吧,为什么要加上Tomcat?
w******n
发帖数: 692
7
tomcat is just a servlet container. As a solution as Application Server,
I know tomcat+jboss is a choice. I wonder if there are some other options.

【在 d*g 的大作中提到】
: 对呀. 这个问题让我感觉有点confuse 了
: 为什么tomcat要加别的
: 我知道web server tomcat最好加上apache,
: application server 就weblogic好了

r*****s
发帖数: 985
8
websphere is another solution, but tomcat+jboss are open source.

【在 w******n 的大作中提到】
: tomcat is just a servlet container. As a solution as Application Server,
: I know tomcat+jboss is a choice. I wonder if there are some other options.

n*m
发帖数: 23
9

It does. The WebLogic's RMI implementation is pretty good.

【在 xt 的大作中提到】
:
: last time I used WebLogic server, that was version 5,
: it did not do a good job.

n*m
发帖数: 23
10

Yes, you do. Don't you guys know Geronimo?

【在 w******n 的大作中提到】
: tomcat is just a servlet container. As a solution as Application Server,
: I know tomcat+jboss is a choice. I wonder if there are some other options.

相关主题
Jetty, Tomcat, JBoss comparisonA nice EJB server(recommend)
问个J2EE server跟Apache Web Server的问题?土人问个J2EE的弱问题 *_<
JBoss 4.2.x Sucks!!!【跪求】java applet下怎么执行系统的一个程序?
进入Java版参与讨论
n*m
发帖数: 23
11

No, you don't need that. Tomcat is good enough for static HTML files.
You just need to consider Apache server only when you need CGI, PHP
or any other legacy stuffs.

【在 d*g 的大作中提到】
: 对呀. 这个问题让我感觉有点confuse 了
: 为什么tomcat要加别的
: 我知道web server tomcat最好加上apache,
: application server 就weblogic好了

d*g
发帖数: 66
12
tomcat did can handle html, but not good enough when you consider to
have a http server with lots of access.
search google for apache+tomcat you will find people use tomcat as test
server..

【在 n*m 的大作中提到】
:
: No, you don't need that. Tomcat is good enough for static HTML files.
: You just need to consider Apache server only when you need CGI, PHP
: or any other legacy stuffs.

n*m
发帖数: 23
13
Yes, Tomcat is good enough for most cases. You don't run an even heavy access
web site like
google.com, do you? Tomcat is easily to handle a thousand level cocurrent
access.

【在 d*g 的大作中提到】
: tomcat did can handle html, but not good enough when you consider to
: have a http server with lots of access.
: search google for apache+tomcat you will find people use tomcat as test
: server..

d*g
发帖数: 66
14
I do not run google , but I run site with like a hundred concurrent
access. tomcat is bad at performance. The only thing I can say is
it just work, but not fast.
Here is why people do not use it as http server.(it is from tutorial, I
just paste it here without change)
Tomcat Standalone
Not as fast as Apache for static pages
Not as configurable as Apache
Not as robust as Apache
May not support functionality found only in Apache modules (e.g., Perl, PHP, security)
Mainly for development and debugg

【在 n*m 的大作中提到】
: Yes, Tomcat is good enough for most cases. You don't run an even heavy access
: web site like
: google.com, do you? Tomcat is easily to handle a thousand level cocurrent
: access.

t****s
发帖数: 141
15
Resin is far more better.

【在 d*g 的大作中提到】
: I do not run google , but I run site with like a hundred concurrent
: access. tomcat is bad at performance. The only thing I can say is
: it just work, but not fast.
: Here is why people do not use it as http server.(it is from tutorial, I
: just paste it here without change)
: Tomcat Standalone
: Not as fast as Apache for static pages
: Not as configurable as Apache
: Not as robust as Apache
: May not support functionality found only in Apache modules (e.g., Perl, PHP, security)

1 (共1页)
进入Java版参与讨论
相关主题
database 是 postgresql, server 不用JBOSS 还能用啥?SSL Termination
j2ee启动时, 启动了tomcat吗?Jetty, Tomcat, JBoss comparison
有没有怎么配置jbuilder+jboss+tomcat的资料问个J2EE server跟Apache Web Server的问题?
Re: [转载] 急!在线等---从Servlet调用AXIS的Web ServJBoss 4.2.x Sucks!!!
separate Web server application serverA nice EJB server(recommend)
what kind of machine should I buy土人问个J2EE的弱问题 *_<
[合集] 现在最好的免费和不免费的application server都是什么?【跪求】java applet下怎么执行系统的一个程序?
想试试Jboss,下乃个?JAVA J2EE 工作的技能要求
相关话题的讨论汇总
话题: tomcat话题: server话题: apache话题: weblogic