This tutorial for you to share the Oracle WebLogic Server 12.2.1.2 Installation and project deployment for your reference, the details are as follows
1. Download
Http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html
Choose a red box to download one of them.
No more Windows versions and Linux versions now, just the jar version for compatibility, the installation process approach
2. Installation
Execute java-d64-jar D:\xxx\xxx.jar command directly
Will report C:\Program files\java\jre1.8.0_111 is not a valid JDK Java home directory error.
At this point we need to copy the jar package to your JDK installation directory.
C:\Program Files\java\jdk1.8.0_111\bin
CD to this directory to perform the installation Java-d64-jar Xxx.jar
-d64 means to install a 64-bit version
The next step, when you encounter a security update may let you select the agent, do not tube, close the pop-up box to continue the next step until completed.
3. Install Eclipse Plugin
Http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-archive-1716547.html
Plug-in best and you install the WebLogic service version of the corresponding, after the point does not need to download the entire plug-in more than 400 m, I chose to download through the repository
Http://download.oracle.com/otn_software/oepe/12.2.1.3.1/neon/repository
One road, next.
4. Deployment Project
Create a new Web service project creates a index.jsp file inside the webcontent, which is written in a random way to see the content immediately after it's successfully published.
Modify the default address and port number
Write your own address and port number at the location of the picture
Project Right-select Run as–> run on service
A description of what you entered in the index.jsp is a successful deployment.
The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.