当前位置: 技术问答>java相关
关于Tomcat服务器自动结束的问题
来源: 互联网 发布时间:2017-04-28
本文导语: 我现在的情况是: 点击“startup.bat”启动起Tomcat服务器后,在DOS窗口中显示如下的信息: A nonfatal internal JIT (3.00.078(x)) error 'Relocation error: NULL relocation t arget' has occurred in : 'org/apache/crimson/parser/Parser2.maybeCom...
我现在的情况是:
点击“startup.bat”启动起Tomcat服务器后,在DOS窗口中显示如下的信息:
A nonfatal internal JIT (3.00.078(x)) error 'Relocation error: NULL relocation t
arget' has occurred in :
'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cg
i
Starting service Tomcat-Standalone
Apache Tomcat/4.0-b1
A nonfatal internal JIT (3.00.078(x)) error 'Relocation error: NULL relocation t
arget' has occurred in :
'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cg
i
Starting service Tomcat-Apache
Apache Tomcat/4.0-b1
-------------------------------
不过,一般的操作还不受影响;可是,在执行某些平时正常的操作(即:浏览JSP页面或者Servlet页面)时该窗口经常会无缘无故自动关闭,也就是说Tomcat服务停止了。
请问这是什么原因呢?
是我的server.xml或者web.xml文件配置不当引起的吗?
点击“startup.bat”启动起Tomcat服务器后,在DOS窗口中显示如下的信息:
A nonfatal internal JIT (3.00.078(x)) error 'Relocation error: NULL relocation t
arget' has occurred in :
'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cg
i
Starting service Tomcat-Standalone
Apache Tomcat/4.0-b1
A nonfatal internal JIT (3.00.078(x)) error 'Relocation error: NULL relocation t
arget' has occurred in :
'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cg
i
Starting service Tomcat-Apache
Apache Tomcat/4.0-b1
-------------------------------
不过,一般的操作还不受影响;可是,在执行某些平时正常的操作(即:浏览JSP页面或者Servlet页面)时该窗口经常会无缘无故自动关闭,也就是说Tomcat服务停止了。
请问这是什么原因呢?
是我的server.xml或者web.xml文件配置不当引起的吗?
|
http://expert.csdn.net/Expert/FAQ/FAQ_Index.asp?id=30969