configure_logging.sh 186 B

12345
  1. ENABLE_BASIC_LOGGING="${ENABLE_BASIC_LOGGING:-false}"
  2. if [ "$ENABLE_BASIC_LOGGING" = false ]; then
  3. /opt/IBM/WebSphere/AppServer/bin/wsadmin.sh -conntype None -f /work/configHPEL.py
  4. fi