Skip to content

Commit

Permalink
Changes to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccell committed Jul 18, 2024
1 parent 4b99a52 commit a1c3c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OracleHTTPServer/dockerfiles/12.2.1.4.0/container-scripts/create-sa-ohs-domain.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
setOption('OverwriteDomain', 'true')
#Write Domain, close template and exit
# ======================================================================
#writeDomain(r'/u01/oracle/ohssa/user_projects/domains/ohsDomain')
#writeDomain(r'/u01/oracle/user_projects/domains/ohsDomain')
writeDomain(domain_path)
dumpStack()
closeTemplate()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#Refer to OHS documentation for more details and examples
#Section 2.4 @ https://docs.oracle.com/en/middleware/fusion-middleware/web-tier/12.2.1.4/develop-plugin/oracle.html#GUID-A463B189-DF47-4932-8B96-FD4F5FEC8D56
#*************************************************************************
LoadModule weblogic_module "/u01/oracle/ohssa/ohs/modules/mod_wl_ohs.so"
LoadModule weblogic_module "/u01/oracle/ohs/modules/mod_wl_ohs.so"

<IfModule mod_weblogic.c>
WebLogicHost WEBLOGIC_HOST
Expand Down

0 comments on commit a1c3c12

Please sign in to comment.