This post will tell you how to start the Admin Server which I created from the last post. in case if you have not read the last post which is about Weblogic Installation part 4 - Creating a Domain, here is the link given below:
I assume the following things:
- A domain has been created
- There are no Managed Servers created so far till now
- There is a single Admin Server
- There is no boot.properties files created for the Admin Server
- The domain is in Production mode
1. Navigate to the $DOMAIN_DIRECTORY/domain_name/bin and run the file "startWebLogic.sh"
2. Enter the Username and password
3. Wait for the server to reach the state "RUNNING mode"
4. Open your browser and open http://<hostname>:7001/console
5. Login using the credentials which were created during the Domain Creation.
6. This is the Weblogic Console. Click "Servers"
7. You can see the Admin Server in running mode.
0 comments