Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> Middleware >> Weblogic >> How to prevent Deby database from starting

Apache Derby database is included in Weblogic 10.3.4 and from 12.1.2 release, it automatically starts.

This is due to the DERBY_FLAG set to true when derby.jar is found

To prevent it from automatically starting, either

(1) rename derby.jar to something else

or

(2) put the following inside the start script for your managed server

DERBY_FLAG=false
export DERBY_FLAG

 

References

[1] https://ruleoftech.com/2015/disabling-derby-in-oracle-weblogic-12c

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]