由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 有没有人熟悉tomcat?急!
相关主题
URL 的问题怎么解决?How does a client find and connect to a specific
帮忙看看. Get context variableRun Servlet with Tomcat
HTTP Status 404 The requested resource (/abc/index.jsp) is not available.急问:TOMCAT1.4.1+iis如何配置?
运行servlet时出现的http status 404问题anyone use org.gxos package?
eclipse的jetty服务started但8080口显示404 errorwhere is my j2ee.jar file
Spring + Jersey 的 REST API, servlet context 能看到 Spring (转载)run servlet from command line?
Java 1-to-1 chat programjsp文件不能compile是咋回事?
土人问个J2EE的弱问题 *_<问一个奇怪的tomcat+svg问题
相关话题的讨论汇总
话题: tomcat话题: context话题: http话题: did话题: folder
进入Java版参与讨论
1 (共1页)
w*******w
发帖数: 18
1
在c盘根目录下装了tomcat,其实是直接将tomcat从另外台机器整个目录copy过来的,不知
有没有影响。启动之后,http://localhost:8080为什么会显示HTTP Status 500 - No
Context configured to process this request?我应该怎么做。谢谢了。
c********g
发帖数: 449
2
for your question, I guess all files may not be one folder.
maybe some files in system folder. you have not copied to new com[puter.

I suggest that you re install tomcat on your computer since tomcat is free.



【在 w*******w 的大作中提到】
: 在c盘根目录下装了tomcat,其实是直接将tomcat从另外台机器整个目录copy过来的,不知
: 有没有影响。启动之后,http://localhost:8080为什么会显示HTTP Status 500 - No
: Context configured to process this request?我应该怎么做。谢谢了。

w*******w
发帖数: 18
3
I re-installed and after starting apache tomcat 5.5. what i did is as before
http://localhost:8080, then it looks worse:The page cannot be displayed.
So what's the problem? Thanks a lot.


No

【在 c********g 的大作中提到】
: for your question, I guess all files may not be one folder.
: maybe some files in system folder. you have not copied to new com[puter.
:
: I suggest that you re install tomcat on your computer since tomcat is free.
:
: 知

g**********y
发帖数: 14569
4
Tomcat is just one directory. If you set it up right, it should be no problem.
* JDK installed? Did you set JAVA_HOME?
* Did you set CATALINA_HOME? I don't know whether latest tomcat still needs
that.
* Are those configuration files appropriate in parameter?
* Check tomcat startup message and error message, there must be something
wrong, I bet you can find better hint from screen output / log file than this
board :-)
Good luck.

free.


【在 w*******w 的大作中提到】
: I re-installed and after starting apache tomcat 5.5. what i did is as before
: http://localhost:8080, then it looks worse:The page cannot be displayed.
: So what's the problem? Thanks a lot.
:
: 不
: No

w*******w
发帖数: 18
5
So I copied the whole folder to my computer, I did right?
The folder also includes all of the files about this project.
I just want to try the simplest test to see if it will work on my pc.
But no idea now. I am just the beginner....:(

problem.
this
before
com[puter.

-

【在 g**********y 的大作中提到】
: Tomcat is just one directory. If you set it up right, it should be no problem.
: * JDK installed? Did you set JAVA_HOME?
: * Did you set CATALINA_HOME? I don't know whether latest tomcat still needs
: that.
: * Are those configuration files appropriate in parameter?
: * Check tomcat startup message and error message, there must be something
: wrong, I bet you can find better hint from screen output / log file than this
: board :-)
: Good luck.
:

d****s
发帖数: 30
6
Not those problems. The engine is up, but no proper contexts.
check sever.xml, set a proper ROOT context.

free.


【在 w*******w 的大作中提到】
: I re-installed and after starting apache tomcat 5.5. what i did is as before
: http://localhost:8080, then it looks worse:The page cannot be displayed.
: So what's the problem? Thanks a lot.
:
: 不
: No

c*****s
发帖数: 214
7
检查log文件和conf/server.xml文件
No Context configured 意思是conf/server.xml里没有定义你访问的Context。要么你没
定义,要么定义的因为什么错误没启动(检查log文件看什么错误),要么本来就没有,
你应该访问的是http://localhost:8080/myapp因为http://localhhost:8080在找path是
空的Context定义。



【在 w*******w 的大作中提到】
: 在c盘根目录下装了tomcat,其实是直接将tomcat从另外台机器整个目录copy过来的,不知
: 有没有影响。启动之后,http://localhost:8080为什么会显示HTTP Status 500 - No
: Context configured to process this request?我应该怎么做。谢谢了。

1 (共1页)
进入Java版参与讨论
相关主题
问一个奇怪的tomcat+svg问题eclipse的jetty服务started但8080口显示404 error
我土,怎么得到context root的完整url?Spring + Jersey 的 REST API, servlet context 能看到 Spring (转载)
Question on JSP ELJava 1-to-1 chat program
start up tomcat problem土人问个J2EE的弱问题 *_<
URL 的问题怎么解决?How does a client find and connect to a specific
帮忙看看. Get context variableRun Servlet with Tomcat
HTTP Status 404 The requested resource (/abc/index.jsp) is not available.急问:TOMCAT1.4.1+iis如何配置?
运行servlet时出现的http status 404问题anyone use org.gxos package?
相关话题的讨论汇总
话题: tomcat话题: context话题: http话题: did话题: folder