IBM i Global

 View Only
  • 1.  Starting Individual IWS Application Server and Associated HTTP Servers

    Posted Fri August 19, 2022 11:34 AM
    What command can be run from a CL to start an individual IWS application server and the associated HTTP servers?

    ------------------------------
    Amy Vozza
    ------------------------------


  • 2.  RE: Starting Individual IWS Application Server and Associated HTTP Servers

    IBM Champion
    Posted Sat August 20, 2022 07:36 AM
    Dear Amy

    It should be this :  STRTCPSVR  SERVER(*HTTP) HTTPSVR( <IWS instance name> )


    ------------------------------
    Right action is better than knowledge; but in order to do what is right, we must know what is right.
    -- Charlemagne

    Satid Singkorapoom
    ------------------------------



  • 3.  RE: Starting Individual IWS Application Server and Associated HTTP Servers

    Posted Sat August 20, 2022 09:41 PM
    Thank you.

    ------------------------------
    Amy Vozza
    ------------------------------



  • 4.  RE: Starting Individual IWS Application Server and Associated HTTP Servers

    Posted Mon August 22, 2022 09:09 AM
    If you have an HTTP server associated with the IWS server, to start both the HTTP server and IWS server, you would do:

    STRTCPSVR  SERVER(*HTTP) HTTPSVR( <IWS instance name> )

    If you do not have an HTTP server associated with an IWS server, or you wanted to just start the IWS server, then you would do:

    STRTCPSVR  SERVER(*IAS) INSTANCE( <IWS instance name> )

    ------------------------------
    Nadir K Amra
    ------------------------------