由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Question about Tomcat
相关主题
where to execute java program?想起几年前Re: run servlet from command line?
Re: 想起几年前Re: run servlet from command liLog4j expert
如何动态改变log4j的log level啊打一些debug information, 这样算不算有用的optimize?
HTTP Status 404 The requested resource (/abc/index.jsp) is not available.Run Servlet with Tomcat
问个java logger的问题请问JSP里这个怎么设
How to ues log4j to send log email in the multithreaded processes as similiar with single-threadedeclipse remote debug java (tomcat) , has to connect with eclipse for tomcat to start?
能这样编网站吗?如何设置java和flex的调试环境?
大家愿意讨论一下log4j么How to set a permanent path for windows ME
相关话题的讨论汇总
话题: tomcat话题: server话题: debuging话题: screendump话题: dos
进入Java版参与讨论
1 (共1页)
s*********n
发帖数: 38
1
I have setup a tomcat server. When I run it in Windows 2K, there were some
information about the status of the server on the DOS prompt. Once the server
crashes, the DOS is just gone :(
How to save this screendump to a log file? I need this screendump for debuging
purpose.
Thanks!
f********h
发帖数: 149
2
use start tomcat, I think the console will stay there.

【在 s*********n 的大作中提到】
: I have setup a tomcat server. When I run it in Windows 2K, there were some
: information about the status of the server on the DOS prompt. Once the server
: crashes, the DOS is just gone :(
: How to save this screendump to a log file? I need this screendump for debuging
: purpose.
: Thanks!

e***g
发帖数: 158
3
tomcat start/run/debug/...

【在 s*********n 的大作中提到】
: I have setup a tomcat server. When I run it in Windows 2K, there were some
: information about the status of the server on the DOS prompt. Once the server
: crashes, the DOS is just gone :(
: How to save this screendump to a log file? I need this screendump for debuging
: purpose.
: Thanks!

s*********n
发帖数: 38
4
this seems not work ...
when I type any of teh three commands, the response was only a blank line.
??

server
debuging

【在 e***g 的大作中提到】
: tomcat start/run/debug/...
h******b
发帖数: 312
5
I think use run instead of start will not spawn a new window, try it.

some

【在 s*********n 的大作中提到】
: this seems not work ...
: when I type any of teh three commands, the response was only a blank line.
: ??
:
: server
: debuging

m******t
发帖数: 2416
6

server
debuging
Doesn't tomcat use log4j? I remember the out of box config is whatever gets
printed
to the console is also sent to a file logger.

【在 s*********n 的大作中提到】
: I have setup a tomcat server. When I run it in Windows 2K, there were some
: information about the status of the server on the DOS prompt. Once the server
: crashes, the DOS is just gone :(
: How to save this screendump to a log file? I need this screendump for debuging
: purpose.
: Thanks!

c*****s
发帖数: 214
7
Tomcat is nothing but a java programm. Use basic way to startup tomcat.
java -cp="bin/bootstrap.jar" org.apache.catalina.startup.Bootstrap
-Dcatalina.home="" start
append " > mylog.txt" to dump the information to your a log file

server
debuging

【在 s*********n 的大作中提到】
: I have setup a tomcat server. When I run it in Windows 2K, there were some
: information about the status of the server on the DOS prompt. Once the server
: crashes, the DOS is just gone :(
: How to save this screendump to a log file? I need this screendump for debuging
: purpose.
: Thanks!

1 (共1页)
进入Java版参与讨论
相关主题
How to set a permanent path for windows ME问个java logger的问题
为何运行JAVA出现这个错误?How to ues log4j to send log email in the multithreaded processes as similiar with single-threaded
Eclipse不自动prompt methods咋搞定?能这样编网站吗?
ant junit and log4j can't work together大家愿意讨论一下log4j么
where to execute java program?想起几年前Re: run servlet from command line?
Re: 想起几年前Re: run servlet from command liLog4j expert
如何动态改变log4j的log level啊打一些debug information, 这样算不算有用的optimize?
HTTP Status 404 The requested resource (/abc/index.jsp) is not available.Run Servlet with Tomcat
相关话题的讨论汇总
话题: tomcat话题: server话题: debuging话题: screendump话题: dos