安裝和設定
下載:
要設定 WebSphere Liberty,請從 WASdev.net 下載最新的 zip。
佈局:
獲得 zip 後,將其解壓縮到檔案系統的任何位置。Liberty 安裝的基本佈局如下:
wlp/ # WLP_INSTALL_DIR
bin/ # location of scripts such as 'server'
dev/ # developer resources (APIs, SPIs, and tools)
etc/ # global customizations (server.env or jvm.options)
lib/ # platform runtime environment
usr/ # user directory
servers/ # servers directory
server_name # directory containing all information for a given server
server.xml # (required) primary server configuration file
apps/ # server applications folder
dropins/ # server dropin applications folder
logs/ # server log files
詳細的佈局資訊: 目錄位置和屬性
建立,啟動和停止伺服器:
行動 | 命令 |
---|---|
建立一個伺服器 | server create myServer |
啟動伺服器 | server start myServer |
停止伺服器 | server stop myServer |
注意:server
指令碼位於:$WLP_INSTALL_DIR/bin/server