- 论坛徽章:
- 0
|
我的tomcat怎么会这样啊?请大家来帮我看看
原帖由 "cleverforever" 发表:
rh9+jdk1.4.2+tomcat5.5
jdk安装成功可以正常运行java,tomcat有如下的问题:
#startup.sh运行之后显示:
Using CATALINA_BASE /usr/local/jakarta-tomcat-5
Using CATALINA_HOME /usr/local/jakarta-tomcat-5 ..........
in jakarta-tomcat-5.5.6/RELEASE-NOTES
- ....
- ===================
- Dependency Changes:
- ===================
- Tomcat 5.5 is designed to run on J2SE 5.0 and later, and requires
- configuration to run on J2SE 1.4. Make sure to read the "RUNNING.txt"
- file in this directory if you are using J2SE 1.4.
- ....
复制代码
in RUNNINT.txt
- ...
- ===========================================
- Running Tomcat With J2SE Version 1.4 or 1.3
- ===========================================
- (1) Obtain the compat package:
- (1.1) Download the compat package from the binary download site:
- http://jakarta.apache.org/site/binindex.cgi
- * Or build this package yourself from the source code: see
- "BUILDING.txt" in this directory.
- (2) Unzip the package in $CATALINA_HOME. It will place the XML
- parser APIs and Xerces implementation in the common/endorsed
- directory, and the JMX API jar (jmx.jar from Sun) in the bin
- directory.
- (3) Follow the same directions for starting and stopping the
- server as if you were using J2SE 5.0.
- ...
复制代码 |
|