diff --git a/src/run3-1.sh b/src/run3-1.sh index 2cc89eb..a39f29d 100755 --- a/src/run3-1.sh +++ b/src/run3-1.sh @@ -6,14 +6,13 @@ echo "Now, open other terminal, and run Telnet(Java program)" echo ">>>> $ java j3.Telnet localhost 8000"; echo ""; -echo "start Phttpd" +echo "start Thttpd" echo "クライアントに返すコンテンツとして、とりあえず、適当なHTMLファイルをつかいます" sleep 1 -echo "Phttpdを起動します。(Port = 8000)" -echo '>' java j3.Phttpd j3/index.html -java j3.Phttpd j3/index.html +echo "Thttpdを起動します。(Port = 8000)" +echo '>' java j3.Thttpd j3/index.html +java j3.Thttpd j3/index.html #echo "type return to exit" #read input_str -