MyEclipse Integrated WebLogic Server

Source: Internet
Author: User
Tags to domain

Today in order to learn the east of JMS, have to install a WebLogic server, the following are the specific installation steps:


1. First go to the official website to download a weblogic:

: Http://download.oracle.com/otn/nt/middleware/12c/wls/1212/wls1212_dev.zip


2. I unzipped the file to the D:\develop directory and renamed it WebLogic. Click Configure.cmd in the installation directory,

It will help us to automatically configure, when prompted whether to domain, enter Y, and then fill in the user name and password.


3. Open MyEclipse and enter the following directory: WebLogic 10.x, Servers, MyEclipse, Preferences, window, Windows

The configuration is as follows:




4. There will be a problem when starting up:

< Span style= "font-family:comic Sans MS" >exception in Thread "main" Java.lang.assertionerror:jax-ws 2.2 API is required, BU T an older version is found in the JDK.
Use the endorsed standards override mechanism (http://java.sun.com/javase/6/docs/technotes/guides/standards/).
1) Locate the bundled Java EE 6 endorsed directory in $WL _home/endorsed.
2) Copy those JAR files to $JAVA _home/jre/lib/endorsed OR add the endorsed directory to the value specified by system Property Java.endorsed.dirs.

Workaround, as follows:
1) The first step is to add 2 jar packages under the D:\develop\weblogic\oracle_common\modules\endorsed\ directory
      Jaxws-api-2.2.6.jar
      Jaxb-api-2.2.jar
2) configuration Parameters-djava.endorsed.dirs=d:\programsoftware\ weblogic\wls1212_dev\wls12120\oracle_common\modules\endorsed

-djava.endorsed.dirs=d:\develop\weblogic\oracle_common\modules\endorsed




5. Reboot, visit this page: http://localhost:7001/console/login/LoginForm.jsp, if the configuration is successful, it will enter a landing page.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.