Application Server
In this tutorial, we are going to learn on how to configure a weblogic application server using the weblogic administration console.
1.Login to Administration Console, using the administrator username and password.
2.On left panel, look for Environment --> Servers
3.On Right Panel, Click NEW
4.On the next screen, fill the details as follows:
We will create the application server as a standalone server at this time. We will learn how to allocate members to a weblogic cluster in another lesson.
Server Name | managedserver1 |
Server Listen Address | localhost |
Server Listen Port | 7002 |
Should this server belong to a cluster | No, this is a stand-alone server. |
5.Click Next
6.Review the selections. If these are correct, click Finish to create this server.
7.Weblogic application server, also known as weblogic managed server is created successfully.
Note: In this weblogic tutorial we will be creating a minimum of two weblogic application servers, So we can understand application server clustering in more detail.
To create another application server follow the steps above, but make sure to have a seperate name for the second application server. The application server names in a cluster cannot be identical.
No comments:
Post a Comment