How to add weblogic server in eclipse

    how to use weblogic server in eclipse
    how to install weblogic server in eclipse
    how to add weblogic server in eclipse
    weblogic eclipse
  • How to use weblogic server in eclipse
  • Eclipse download!

    08 June 2015

    Introduction

    We are quite familiar with the tomcat server setup in eclipse for our development and deployment. By default eclipse provides the adapter for tomcat server.

    How to add weblogic server in sts

  • Eclipse weblogic 12.2 14
  • Eclipse download
  • Eclipse weblogic domain home is not set
  • Oracle enterprise pack for eclipse
  • In this tutorial I am going to show how to use weblogic 12c in eclipse in Windows platform.

    Steps to setup

    Important Note

    By default, oracle 12c supports JPA1. To enable JPA 2 in windows, follow the below steps

    • Go to your domain path (e.g.

      D:\ashish\softwares\wls1213_dev\wls12130\user_projects\domains\mydomain).

    • Copy the following JARs from the %MW_HOME%\modules path into your domain. If not available then download from the internet
      • com.oracle.jpa2support_1.0.0.0_2-0.jar
      • javax.persistence_1.0.0.0_2-0-0.jar
    • Add the following two lines in startWebLogic.cmd script in mydomain folder (D:\ashish\softwares\wls1213_dev\wls12130\user_projects\domains\mydomain).

      So the mentioned persistence and jpa jars will get added in the classpath during server startup from eclipse

    ## Run server in development mode

    • Go to D:\ashish\softwares\wls1213_dev\wls12130\user_projects\domains\mydomain\bin folde

        weblogic server in eclipse
        how to set up weblogic server in eclipse