Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 19 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics & AI 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
