How to Restart the web server

Hi,
Unix AIX, on WebLogic
How to Restart the web server

Thank you.

If my guessing is right you do get server start stop scripts with the product.. i am sure u will get one for IBM WebApp server...

Are you using Apache with the Weblogic plugin, or native webserver in Weblogic?
If Apache, then its a simple apachectl command.
If Weblogic, you can use the Admin GUI or the WLST (command line tool) to stop and start the WebLogic Server.

So "apachectl" and "wlst" for the likely two options facing you.

LINK