Sunday, May 12, 2013

Creating a wlfullclient.jar for JDK 1.6 client applications

Creating a wlfullclient.jar for JDK 1.6 client applications


Use the following steps to create a wlfullclient.jar file for a JDK 1.6 client application:
  1.  Change directories to the server/lib directory.
  2. cd WL_HOME/server/lib
  3.  Use the following command to create wlfullclient.jar in the server/lib directory:
  4. java -jar wljarbuilder.jar
  5.  You can now copy and bundle the wlfullclient.jar with client applications.
  6.  Add the wlfullclient.jar to the client application’s classpath.

Terraform Infrastructure as Code (IaC) for AWS

 Terraform is an Infrastructure as Code (IaC) tool that enables you to provision and manage AWS infrastructure using a declarative configura...