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 youtian001所有的tomcat是JavaServer Pages - Apache Tomcat么?
cd /usr/tomcat/tomcat/bin
./startup.sh start
你运行了tomcat
但系统不认识lynx这个命令,你应该好好看看tomcat的install文档
页:
[1]