Created
March 14, 2020 12:46
-
-
Save MaheshwarReddyGade/570c3e021ed30ffb0a9173948494d8af to your computer and use it in GitHub Desktop.
weblogic.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
~ Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. | |
~ | |
--> | |
<weblogic-web-app> | |
<context-root>/ebs</context-root> | |
<container-descriptor> | |
<prefer-web-inf-classes>true</prefer-web-inf-classes> | |
</container-descriptor> | |
<session-descriptor> | |
<cookie-name>ASSERTERSESSIONID</cookie-name> | |
<cookie-path>/ebs</cookie-path> | |
</session-descriptor> | |
</weblogic-web-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment