View Full Version : STRTCPSVR everything except the HTTP server
K.Forsythe
10-29-2003, 04:11 AM
Gene, Start the *ADMIN HTTP server, then use a browser to go to address http://your-system:2001. From there use the graphical interface to manage the HTTP servers, you can set the autostart options for the HTTP servers there. Good luck, and have fun! Kevin
G.Gaunt
11-03-2003, 05:37 AM
Uh, setting the autostart options to *NO for the HTTP servers in the adminstration page didn't change a thing. So how do I keep the HTTP servers from starting when STRTCPSVR SERVER(*ALL) executes? The help text for "autostart" in the administration page seems to pertain to STRTCP, not STRTCPSVR. After I set all HTTP server autostart options to *NO, and re-IPLed, the start up program's STRTCPSVR SERVER(*ALL) command still started all instances of HTTP servers. How do I keep the HTTP servers from starting when STRTCPSVR SERVER(*ALL) executes?
G.Gaunt
11-03-2003, 05:54 AM
This is in my IPL start up program:<pre>STRTCPSVR SERVER(*ALL)</pre> This starts the HTTP server okay. However, now I would like IPL to start all servers except HTTP. What can I change to do that, without changing my IPL start up program?
daves@bfcsoftware.com
11-03-2003, 05:54 AM
Gene, As you have found out, STRTCPSVR SERVER(*ALL) will start all the TCP servers regardless of their autostart option. What you will need to do is use STRTCPSVR SERVER(*AUTOSTART). This command will only start the TCP servers that have their autostart option set to *YES. This also means that you will need to go into each TCP server and make sure the autostart option is set correctly. Dave
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.