Creating the file stores

Oracle WebLogic Server 12c makes use of its own storage solution, known as the Persistent Store. The persistent store can be used by the JMS subsystem to persist the JMS messages of a JMS destination. It can also be used by the transaction log (TLOG) for keeping information of committed transactions on course or to store WLDF diagnostic information, among other functionalities.

The persistent store can be file-based or JDBC-based. All WebLogic Server instances include a default file-based persistent store. The default persistent store is located at $DOMAIN_HOME/servers/<instance_name>/data/store/default.

In this recipe a new custom file store will be created in all Managed Servers of the PROD_Cluster cluster.

Getting ready ...

Get Oracle WebLogic Server 12c Advanced Administration Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.