here is similar info using what is actually listening(running)
and in the QHTTPSVR subsystem

SELECT DISTINCT (N.Local_Port)
,N.Local_Address
,N.Remote_Port
,N.Remote_Address
,N.Job_Name
FROM Qsys2.Netstat_Job_Info N
,LATERAL ( SELECT *
FROM TABLE (Qsys2.Active_Job_Info()) AS A
WHERE SUBSTRING(N.Job_Name, LOCATE_IN_STRING(N.Job_Name, '/', -1) + 1, 10) =
A.Job_Name_Short )
WHERE Subsystem = 'QHTTPSVR'
AND Local_Port <> 0
ORDER BY 1;

Bryan

Dave wrote on 5/19/2023 2:24 AM:
Hi,

Is there any way I can get the list of our http server instances and
information from the configuration files (the port numbers, for example)?

Thanks


This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.