Weblogic

(Applicable for Weblogic versions 7.0, 8.1 and 9.0)

To install your application into Weblogic follow these steps:

1. Enable and generate Weblogic templates

templates under Templates > appservers > weblogic for your version of Weblogic and generate files for them.

2. Install relevant JDBC drivers

Weblogic comes with a number of JDBC drivers, so depending on your database you may be able to skip this step.

Copy the JDBC drivers for your database to the weblogichome\server\ext\jdbc\ directory.

Modify the classpath on the script used to start up weblogic to include the new JDBC drivers.

Restart Weblogic.

3. Install the application

Install the application using the Ant install script:

  1. projectdir\ant\weblogic-x.x\build.properties and set the correct location for the weblogic.home property.
  2. Open up a in the projectdir\ant\weblogic-x.x\ directory.
  3. Execute ant install

Related tasks