(Applicable for Weblogic versions 7.0, 8.1 and 9.0)
To install your application into Weblogic follow these steps:
templates under Templates > appservers > weblogic
for
your version of Weblogic and generate files for them.
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.
Install the application using the Ant install script:
projectdir\ant\weblogic-x.x\build.properties
and set the correct location for the weblogic.home
property.projectdir\ant\weblogic-x.x\
directory.ant install