A Oracle WebLogic project to perform a WebLogic Configuration and War file Deployment
Project overview
This project is designed to perform a configuration and War file deployment to a pre-existing WebLogic Instance.
The server in the project is Linux.
The project is preconfigured with one target server.
Prerequisities.
- A remote Linux server with firewall configuration that allow connection from the machine when RapidDeploy instance is installed (for testing purposes we suggest to turn the firewall off).
- Pre-installed users, groups, SDK and WebLogic binary zip file. Use the WebLogic 12c Prepare OS Blueprint to set up these prerequisites.
- Pre-installed WebLogic installation. Use the WebLogic 12c Binary Installer Blueprint to install WebLogic.
What is preconfigured and demonstrated.
The project demonstrates the following configurations:
- One target server for Linux. The user will need to configure the actual hostname for this logical server definition, and any SSH credentials such as username, password or key/pem file.
How to use this project.
- Download the project to your desktop by clicking on one of the links. The file will be saved as
WLS12-Deploy.zip
- Log into your RapidDeploy instance as mvadmin.
- Navigate to
Resources -> Projects
. - In the top right hand corner click on the
Upload Project
button. - Select the zip file you downloaded in step 1.
- You are guided through a project import wizard. You can normally accept the defaults.
- Once the project is imported, there are a couple of things you’ll need to do.
- Firstly, you will need to change the server configuration. In order to do that navigate to
Resources -> Targets -> Servers
and findwls-Server
(this is the name we used in our sample project). Edit this server – put correct Hostname then navigate toTransport
tab and check if it is possible to connect to your remote Linux server by clicking Test Connection. - Note that Successful connection is mandatory to go further!
- Secondly, in the uploaded project, you will need to change the data dictionary properties for your installation. Navigate to
Resources -> Projects
select theWLS12-Deploy
project and on theOrchestration
tab, select theData Dictionary
sub-tab. Review and change entries as required, and save the project. - You need to create deployment package for the project . Go to the
Packages
tab, clickCreate Package
button.
- Firstly, you will need to change the server configuration. In order to do that navigate to
- Now you can run a new job to the environment of your choice.
- Select the
Play
button next to the target. - Select the package you want to deploy from the droplist.
- Since there is only one package, it is preselected. The latest package will always be preselected by default.
- Click on the
Yes
button in this dialog. - The deployment is started and you are taken to the running jobs panel where you see the tasks executed and job log in real time.Navigate to
Project -> Targets
Tab.
- Select the
- Verify install:
- Navigate to
http://[your-ip]/:8080
and from here use the link to access the admin console on port 9990 with the username/password you set in the RapidDeploy Data Dictionary. - Navigate to
http://[your-ip]/:8080/jpetstore
to see the deployed and running JPetstore application
- Navigate to
Reviews
There are no reviews yet.