Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within BEA/Weblogic
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
BEA/Weblogic
WLST command for weblogic shutdown
Gurumurthy Ramamurthy
Ranch Hand
Posts: 273
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Guys,
This is the command for shutdown weblogic server gracefully in weblogic 9.1 using WLST:
shutdown('${SERVER}','Server','true', 1200, 'true')
If I want to forcefully shutdown, is the below command true?
shutdown('${SERVER}','Server','true', 1200, 'true','force','true')
Thanks,
Guru
Mario Miranda
Greenhorn
Posts: 1
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I use the following:
shutdown('ServerName',force='true')
That's a very big dog. I think I want to go home now and hug this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Starting webLogic server
Trouble running a WLST snippet
Weblogic : Creating JDBC Datasources
How to specify “Copy this application onto every target of me” option while using WLST deploy cmd
WLST command to set MaxThreadsConstraint for existing work manager
More...