Skip to content

Instantly share code, notes, and snippets.

@tant4lus
tant4lus / healthCheck.py
Last active December 18, 2023 22:53
Weblogic Server Health Check
#======================================
from java.io import FileInputStream
import java.lang
import os
import string
import sys
sys.stdout = file('currentAppState_file_DEL','w')
#propertiesFile = raw_input('Please enter path of properties file (e.g. /u01/app/oracle/domains/oms01/oms01.properties) : ')