p4x4v51pie 发表于 2016-4-4 15:47:00

打开远程linux的启动jetty服务器下的项目

  
  # cd jetty-6.1.21-hbtelecom/
  # ls
  bin    derbydbhome libpatchesrun      start.jarwebapps
  contexts etc   logs resources serverlog.log VERSION.txt
  # bin/
  -bash: bin/: is a directory
  # cd bin/
  # ls
  jetty.sh
  # ./jetty.sh stop
  Stopping Jetty: ./jetty.sh startOK
  # ./jetty.sh startlogin as: root
  # ls
  jetty.sh
  # ./jetty.sh stop
  Stopping Jetty: ./jetty.sh startOK
  # ./jetty.sh start
  ** ERROR: Cannot find configuration 'as:' specified in the command line.
  # root@192.168.1.208's password:
  > Last login: Thu Sep 2 17:16:16 2010 from 192.168.1.29
  > # cd /usr/local
  > # ls
  > bin gamesjetty-6.1.21-cqhkjetty-6.1.21-hbtelecom lib   robot share
  > etc include jetty-6.1.21-gsmcc jetty-6.1.21-jsmcc   libexec sbinsrc
  > # cd jetty-6.1.21-hbtelecom/
  > # ls
  > bin    derbydbhome libpatchesrun      start.jarwebapps
  > contexts etc   logs resources serverlog.log VERSION.txt
  > # bin/
  > -bash: bin/: is a directory
  > # cd bin/
  > # ls
  > jetty.sh
  > # ./jetty.sh stop
  > Stopping Jetty: ./jetty.sh startOK
  > # ./jetty.sh start
页: [1]
查看完整版本: 打开远程linux的启动jetty服务器下的项目