Categories
- All Categories
- Oracle Analytics Learning Hub
- 18 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 228 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 85 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
weblogic server stop and start

3018071
Rank 4 - Community Specialist
can any one help me with weblogic server stop and start
any link or
set of unix commands will be helpful
0
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