一堆人一起用,全安裝成 service也很煩
直接用 startup.bat啟動是個好方法
不過一堆 command prompt
又分不清楚哪個是誰的
command prompt有個指令可以設定視窗標題
command: title
example: title Elie Program
Elie Program: 自己想要的視窗標題
不用加引號, title後面的所有文字會全部被當成一個字串做為標題 ㄋ
環境: windows 7
至於 tomcat, catalina.bat中有如下說明
"Do not set the variables in this script. Instead put them into a script
setenv.bat in CATALINA_BASE/bin to keep your customizations separate.
.....
TITLE (Optional) Specify the title of Tomcat window.
......"
簡單說就是不要直接去改 catalina.bat
裡面打上
set "TITLE=Elie Server 1"
這樣用 startup啟動 tomcat後的 command prompt視窗的標題就會變成Elie Server 1
不只視窗左上角的標題欄,工作列 ICON上的文字也會變成Elie Server 1
全部最小化,誰是誰的誰依然是一目瞭然:Q
沒有留言:
張貼留言