go to middlewarehome/user_projects/domains/(your domain)
and check if you have startWeblogic.cmd there
execute this command.
once it shows running status in the command console
open in browser the following link
http://localhost:7001
provide the user and password and check in the server tab in weblogic console.
As can be seen there are two managed server bam server and soa server.
We will be first working with soa server and later we will check BAM so we will start the soa server.
so once again we will go the same location
Middleware home/user_projects/domains/(your domain)/bin folder
Just find if you have startManagedWebLogic.cmd command there.
So execute this command like
startManagedWebLogic.cmd ManagerServerName
In my case it is soa_server1
so i will post following command
startManagedWebLogic.cmd soa_server1
It will ask for the credentials provide the credentials
Now wait till it started showing running status in the command console.
Once started running just refresh the weblogic console page and check the server tab
It will show the managed server as started.
Also check the em console
http://localhost:7001/em
so now every thing is set up properly and running.
You can cross verify if everything is fine or not by checking the deployment tab
if everything is up and running
Now we will try to learn how 11g works.
No comments:
Post a Comment