ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

How to determine what *HTTP servers are running?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to determine what *HTTP servers are running?

    Hello,

    Say I issued this command; STRTCPSVR SERVER(*HTTP) HTTPSVR(MYSERVER)

    Is there anywhere on the iSeries I can go, i.e. a command or something, that would show me this is now active? Like a list of *HTTP servers/instances and their current state? I understand jobs get submitted to QSYSWRK but it's difficult to determine what's what.

    Thanks in advance,
    Ryan

  • #2
    The default subsystem HTTP servers start in is QHTTPSVR. You should see several jobs running with the same name as your server name (MYSERVER).

    Comment


    • #3
      IBM Web Administration for i shows running servers (assuming they're running in the default subsystem).
      http://your_server_hostname:2001/HTTPAdmin/

      Comment


      • jtaylor___
        jtaylor___ commented
        Editing a comment
        Another option would be System i Navigator or IBM Navigator for i.
        Network->Servers->TCP/IP
        Right-click "HTTP Administration" -> Stop Instance

        That will show the running servers.

    • #4
      I can see the server in QHTTPSVR, for some reason I thought it was QSYSWRK (oops).
      Also, the HTTPAdmin screen is great - shows what's setup and what's running/stopped.

      Thank you both!

      Comment

      Working...
      X