Base AS/400 HTTP Configuration Statements for WebDocs - iSeries Edition - Support

Base AS/400 HTTP Configuration Statements for WebDocs - iSeries Edition

From Support

Jump to: navigation, search

Steps to create a bare minimum AS/400 HTTP configuration for use with Image Server/400

1.) Use WRKHTTPCFG and enter only the following lines for the web configuration:

BindSpecific Off                                            
Port 8888                                                   
enable head                                                 
enable get                                                  
enable post                                                 
DNS-Lookup Off                                              
EXEC /IMAGESERVER/*  /QSYS.LIB/RJSIMAGE.LIB/*.PGM %%EBCDIC%% 
PASS /RJSIMAGE/*     /RJSIMAGE/*                            

2.) End the HTTP server using the following command:

ENDTCPSVR *HTTP

3.) Use the following command to make sure all web server jobs have ended:

WRKACTJOB SBS(QHTTPSVR)    
    • Note: Do not continue until all jobs have ended.

4.) Restart the HTTP server using the following command:

STRTCPSVR *HTTP

5.) Use the following URL to log into the Image Server/400 software:

http://1.1.1.1:8888/imageserver/doc100r?action=init

    • Note: Where we used 1.1.1.1, use your AS/400 IP address. We are having you also use TCP/IP port 8888 instead of port 80.
Personal tools