In Windows:
<IfModule weblogic_module>
- Go to path where mod_wl_ohs.conf location. (Example path in windows: D:\Oracle_New\Middleware\Oracle_WT1\instances\instance1\config\OHS\ohs_new)
Update the parameters as follows: (Remove all # codes as they are comments)
<IfModule weblogic_module>
WebLogicHost weblogic hostname
WebLogicPort weblogic port
Debug ON
WLLogFile /tmp/weblogic.log
MatchExpression *.jsp
</IfModule>
<Location /console>
<Location /console>
SetHandler weblogic-handler
PathTrim /console
PathPrepend /console
ErrorPage http://www.myweblogic.com:7001/noconsolepage.html
</Location>
- Restart OHS Server using opmnctl.bat/opmnctl.sh (in linux) (Path in windows: D:\Oracle_New\Middleware\Oracle_WT1\instances\instance1\bin)
Restart Commands: (go to above path and use following commands)
1) opmnctl.bat stopall
2) opmnctl.bat startall
3) opmnctl.bat status (check Status)
Try the url: localhost:7777/console and weblogic console should be displayed. :)
Thanks !!!
No comments:
Post a Comment