mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
feat: 增加Weblogic测试环境
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 创建域
|
||||
wlst.sh -skipWLSModuleScanning /u01/oracle/create-domain.py
|
||||
|
||||
# 等待域创建完成
|
||||
sleep 5
|
||||
|
||||
# 启动服务器
|
||||
/u01/oracle/user_projects/domains/base_domain/bin/startWebLogic.sh
|
||||
Reference in New Issue
Block a user