Redian新闻
>
j2ee启动时, 启动了tomcat吗?
avatar
j2ee启动时, 启动了tomcat吗?# Java - 爪哇娇娃
j*1
1
发信人: mitbbs (未名空间), 信区: Complain
标 题: Re: [投诉]Trustinjesus版主dignity滥用权力任意删贴
发信站: BBS 未名空间站 (Tue Jun 21 03:46:35 2011, 美东)
处理结果
若未违反版规,且并未涉及攻击,应允许其存在和正常讨论
avatar
a*n
2
j2ee启动时, 启动了tomcat吗?
我运行j2ee时,j2ee server起动了,但没看到有tomcat起动啊,8080端口也进不去.
那要怎么才能起动j2ee里配置好的tomcat 4呢?
谢谢
avatar
q*e
3
It seems you don't really get the meaning
of J2EE.

【在 a***n 的大作中提到】
: j2ee启动时, 启动了tomcat吗?
: 我运行j2ee时,j2ee server起动了,但没看到有tomcat起动啊,8080端口也进不去.
: 那要怎么才能起动j2ee里配置好的tomcat 4呢?
: 谢谢

avatar
a*n
4
You said it.
请问,J2EE配置目录里conf/server.xml用来干什么的呢?
好象修改它没有任何用处啊,什么8080,默认自动deploy的几个context都没效果。
你知道怎么回事吗? 那我怎么能够象配置tomcat一样能够操纵j2ee呢?
谢谢

【在 q***e 的大作中提到】
: It seems you don't really get the meaning
: of J2EE.

avatar
l*a
5
FIRST conf/server.xml is for TOMCAT not for J2EE. You need to tell us your OS,
and how your start TOMCAT

【在 a***n 的大作中提到】
: You said it.
: 请问,J2EE配置目录里conf/server.xml用来干什么的呢?
: 好象修改它没有任何用处啊,什么8080,默认自动deploy的几个context都没效果。
: 你知道怎么回事吗? 那我怎么能够象配置tomcat一样能够操纵j2ee呢?
: 谢谢

avatar
a*n
6
I use Redhat Linux 8
Download j2ee 1.3.1 from sun
I'm user the conf/server.xml is for tomcat,
to my experience, I feel that j2ee is tomcat, tomcat is j2ee ....
it seems j2ee doesn't care about conf/server.xml and just run as he likes!
just don't know how to make conf/server.xml effective for j2ee configuration.

【在 l***a 的大作中提到】
: FIRST conf/server.xml is for TOMCAT not for J2EE. You need to tell us your OS,
: and how your start TOMCAT

avatar
l*a
7
Tomcat is a J2EE compliant application server, it is not J2ee. J2ee is a
standard, it can not be started.
If you installed Tomcat correctly, you could try to type "tomcat4 start" in
the command line as a su, and then http://localhost:8080 to see if tomcat
starts correctly. Also you can check /var/tomcat4/logs for the errors.

configuration.
OS,

【在 a***n 的大作中提到】
: I use Redhat Linux 8
: Download j2ee 1.3.1 from sun
: I'm user the conf/server.xml is for tomcat,
: to my experience, I feel that j2ee is tomcat, tomcat is j2ee ....
: it seems j2ee doesn't care about conf/server.xml and just run as he likes!
: just don't know how to make conf/server.xml effective for j2ee configuration.

avatar
a*n
8
wo faint!
看来你只用过tomcat, 没用过j2ee server.
j2ee server是个杂交过的tomcat?

【在 l***a 的大作中提到】
: Tomcat is a J2EE compliant application server, it is not J2ee. J2ee is a
: standard, it can not be started.
: If you installed Tomcat correctly, you could try to type "tomcat4 start" in
: the command line as a su, and then http://localhost:8080 to see if tomcat
: starts correctly. Also you can check /var/tomcat4/logs for the errors.
:
: configuration.
: OS,

avatar
l*a
9
You are totally confused. J2EE is a standard. if you develop your program
according to this standard, then you applcation can run on any j2ee compliant
server.
Tomcat implements web-container part of J2EE, but it does not implement EJB
container. to use EJB you need to install JBOSS.
or you can try BEA WEBLogic or Websphere with both web-container.
there is no such thing called J2EE SERVER, there is only server which is J2EE
compatible. you should take look at the overview of j2ee by SUN to know

【在 a***n 的大作中提到】
: wo faint!
: 看来你只用过tomcat, 没用过j2ee server.
: j2ee server是个杂交过的tomcat?

avatar
s*n
10
maybe he is talking about a mini j2ee server implementation shipped with j2ee
sdk, nobody will use that in practice i think

【在 l***a 的大作中提到】
: You are totally confused. J2EE is a standard. if you develop your program
: according to this standard, then you applcation can run on any j2ee compliant
: server.
: Tomcat implements web-container part of J2EE, but it does not implement EJB
: container. to use EJB you need to install JBOSS.
: or you can try BEA WEBLogic or Websphere with both web-container.
: there is no such thing called J2EE SERVER, there is only server which is J2EE
: compatible. you should take look at the overview of j2ee by SUN to know

avatar
a*n
11
还是你说的对。你说的这个mini j2ee server难道只包含基本的tomcat和基本的ejb支持?
那么,有实用价值的J2EE开发环境该是怎么搭建呢?
j2sdk(SE) + j2skd(EE) + Tomcat(for webapps container, externally
downloaded and installed) + JBOSS(for EJB) ?
或者不用Tomcat,用IBM Websphere做webapps container?

【在 s*********n 的大作中提到】
: maybe he is talking about a mini j2ee server implementation shipped with j2ee
: sdk, nobody will use that in practice i think

avatar
N*m
12
again,use myeclipse

【在 a***n 的大作中提到】
: j2ee启动时, 启动了tomcat吗?
: 我运行j2ee时,j2ee server起动了,但没看到有tomcat起动啊,8080端口也进不去.
: 那要怎么才能起动j2ee里配置好的tomcat 4呢?
: 谢谢

avatar
s*8
13
You mean J2EE SDK, which is a full application server.
but 1.3 is way too old. Use Java EE SDK 6 (~GlassFish 3)
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。