youtian001 发表于 2004-12-31 13:31:41

what's wrong with my tomcat???

# cd /usr/tomcat/tomcat/bin
# ./startup.sh start
Using CATALINA_BASE:   /usr/tomcat/tomcat
Using CATALINA_HOME:   /usr/tomcat/tomcat
Using CATALINA_TMPDIR: /usr/tomcat/tomcat/temp
Using JAVA_HOME:       /usr/java/jdk
# lynx http://localhost:8080/
-bash: lynx: command not found
# lynx http://127.0.0.1:8080/
-bash: lynx: command not found

what is the problem??
who can tell me?
thank you

涩兔子 发表于 2004-12-31 13:59:05

youtian001所有的tomcat是JavaServer Pages - Apache Tomcat么?

cd /usr/tomcat/tomcat/bin
./startup.sh start
你运行了tomcat

但系统不认识lynx这个命令,你应该好好看看tomcat的install文档
页: [1]
查看完整版本: what's wrong with my tomcat???