QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 596|回复: 0

今天装了个jakarta-tomcat-4.1.24,可是?

[复制链接]
发表于 2003-5-6 11:37:06 | 显示全部楼层 |阅读模式
我按照下面的说明文档,做:
(2) Start Up Tomcat 4.0

There are two techniques by which Tomcat 4.0 can be started:

* Via an environment variable:
  - Set an environment variable CATALINA_HOME to the path of the directory
    into which you have installed Tomcat 4.0.
  - Execute the shell command:

      %CATALINA_HOME%\bin\startup             (Windows)

      $CATALINA_HOME/bin/startup.sh           (Unix)

* By modifying your current working directory:
  - Execute the following shell commands:

      cd %CATALINA_HOME%\bin                  (Windows)
      startup                                 (Windows)

      cd $CATALINA_HOME/bin                   (Unix)
      ./startup.sh                            (Unix)

After startup, the default web applications included with Tomcat 4.0 will be
available by browsing:
    http://localhost:8080/

但是当输入http://localhost:8080/时,不能看到期望的页面,不知道是哪里错了,还是还在设置哪些东东?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 00:57 , Processed in 0.037562 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表