Skip to content

Instantly share code, notes, and snippets.

@MaheshwarReddyGade
Created March 14, 2020 12:46
Show Gist options
  • Save MaheshwarReddyGade/570c3e021ed30ffb0a9173948494d8af to your computer and use it in GitHub Desktop.
Save MaheshwarReddyGade/570c3e021ed30ffb0a9173948494d8af to your computer and use it in GitHub Desktop.
weblogic.xml
<?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