Linux下檢視weblogic日誌

2021-10-05 12:05:24 字數 365 閱讀 9200

使用tail -f catalina.out命令檢視後台日誌

tail -f nohup.out

想看歷史的n行log資訊(1000行):

tail -1000 nohup.out

server.log

server.log 日誌的路徑一般在:domainname/servers/servername/logs/server.log(os主機上預設的位置)

server.log的路徑、名字、錯誤輸出的等級是可以做更改的。

選擇主頁->伺服器概要->server->日誌記錄,可以更改server.log保留數目,高階選項中,可以更改錯誤輸出等級。

linux中通過VNC建立weblogic域

最近更新列表 1.ibm的aix中安裝jdk 7月21更新 2.linux centos 中安裝jdk 7月21更新 3.linux centos 安裝weblogic 7月22更新 4.aix系統中安裝weblogic 7月22更新 5.ibm實體機aix中建立weblogic域 7月23更新 6...

Linux下檢視記憶體

前言 在linux上不像在windows上看記憶體那樣方便,而且還有swap這個新的概念,所以知道如何來看linux記憶體還是有一定意義的.在linux下檢視記憶體我們一般用command free root nonamelinux free total used free shared buffe...

linux下檢視串列埠

1 檢視串列埠是否可用 可以對串列埠傳送資料比如對com1口,echo dev ttys0 2 檢視串列埠名稱使用 ls l dev ttys 一般情況下串列埠的名稱全部在dev下面,如果你沒有外插串列埠卡的話預設是dev下的ttys 一般ttys0對應com1,ttys1對應com2,當然也不一定...