这就是我到目前为止所做的
- 已下载 tomcat 7
- 已安装 Java
- 设置 JAVA_HOME 和 CATALINA_HOME
现在我正在运行startup.sh,它除了显示这个之外什么也不做
bash-4.1$ pwd
/scratch/user/Installs/apache-tomcat-7.0.42/bin
bash-4.1$ ./startup.sh
Using CATALINA_BASE: /scratch/user/Installs/apache-tomcat-7.0.42
Using CATALINA_HOME: /scratch/user/Installs/apache-tomcat-7.0.42
Using CATALINA_TMPDIR: /scratch/user/Installs/apache-tomcat-7.0.42/temp
Using JRE_HOME: /scratch/user/Installs/jdk1.7.0
Using CLASSPATH: /scratch/user/Installs/apache-tomcat-7.0.42/bin/bootstrap.jar:/scratch/user/Installs/apache-tomcat-7.0.42/bin/tomcat-juli.jar
这里缺少什么?有什么指点吗?我想做的就是在这个 Linux 机器上安装 tomcat 并部署一个简单的应用程序
请您参考如下方法:
查看日志后我能够解决此问题。显然,这就是tomcat启动时显示的全部内容。我期望类似“tomcat 正在运行”的内容,但事实并非如此。