Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
weblogic server stop and start

can any one help me with weblogic server stop and start
any link or
set of unix commands will be helpful
Answers
-
-
More in general ... any search engine (Google, Bing or anything else) ....
0 -
I am new to Unix environment.
so facing a bit difficulty0 -
So if you facing difficult , you should know to use unix.command first, check a brief command to do what you need
0. Connect with the installation user
su - oracle ( the - execute the .bash_profile it sets up the environment variables)
1.for to the path.
cd <oracle path>/user_projects/domains/<domain.name>/bin
2. Stop managed server
./stopManagedServer <your managed server name>
3. Stop admin server weblogic
./stopWeblogic.sh
0