-
Notifications
You must be signed in to change notification settings - Fork 0
/
ohsw.json
18 lines (16 loc) · 926 Bytes
/
ohsw.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"Name": "OHS",
"DisplayName": "Oracle HTTP Server",
"Description": "Run the OHS Component",
"Dir": "E:\\Oracle\\Middleware\\user_projects\\FND1\\httpConfig\\ohs\\bin",
"Exec": "C:\\windows\\system32\\cmd.exe",
"StartArgs": ["/C","E:\\Oracle\\Middleware\\user_projects\\FND1\\httpConfig\\ohs\\bin\\startComponent.cmd","ohs1"],
"StopArgs": ["/C","E:\\Oracle\\Middleware\\user_projects\\FND1\\httpConfig\\ohs\\bin\\stopComponent.cmd","ohs1"],
"Env": [
"BUILD=DEBUG"
],
"PidFile": "E:\\Oracle\\Middleware\\user_projects\\FND1\\httpConfig\\ohs\\servers\\ohs1\\logs\\httpd.pid",
"Dependency": "Oracle Weblogic ohs NodeManager (E_Oracle_Middleware_ohs_wlserver)",
"Stderr": "E:\\Oracle\\Middleware\\user_projects\\FND1\\httpConfig\\ohs\\servers\\ohs1\\logs\\stderr.log",
"Stdout": "E:\\Oracle\\Middleware\\user_projects\\FND1\\httpConfig\\ohs\\servers\\ohs1\\logs\\stdout.log"
}