• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Configuration Wizard Weblogics 8.1

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I create new server domain for my application with the help of Configuration Wizard, it does not create stopWebLogic.bat file in mydomain folder.
So how do I stop my server
Thank You
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
yes, that's true, I don't know why they don't create them.
You can stop the server using the admin console.
right click on the server name and select start/stop this server, you'll be asked for a confimation and also for a force shutdown or gracefull shutdown.
You may also use the comand line admin to create a stopweblogic script if you want, as follow(for windows):

notice that you'll have to set the correct machine, port, username and password for the instance you want to shut down.
regards.
reply
    Bookmark Topic Watch Topic
  • New Topic