Pages

Sunday, August 22, 2010

Starting the Weblogic Admin Domain

Step1

Go to the weblogic domain/bin directory. if your running in VM, modify the java heap memory setting.
Edit the setSOADomainEnv.sh file and modify the PORT_MEM_ARGS as per the system available RAM.

For Example
PORT_MEM_ARGS="-Xms512m -Xmx512m"

Step2

Go to the Weblogic domain home and start the weblogic admin server.

./startWebLogic.sh


After starting the server see the above output.


Enter the weblogic user and password. Click Submit button.


Verify the admin server is started and managed server is is shutdown.



Configuring the Identity Manager

No comments:

Post a Comment