Basic use of the file (Text Based) is for redirecting the http requests to the concerned Managed/admin server for particular context root.
If in your environment any one says i am trying to hit Test and it goes to Prod/some where you need to lookout here first.
Entry would look like below :
<IfModule weblogic_module>
<Location path>
SetHandler weblogic-handler
WebLogicHost host
WeblogicPort port
</Location>
</IfModule>
No comments:
Post a Comment