starting of the HTTP Server and web Websphere

dingham

Member
How do you start of the HTTP Server and web Websphere on as400 [smile]


we have a 2nd AS400 with OS 5.1 Web Websphere4
SP20
UPdate 6
 
This answer assumes that WebSphere and the JDE HTML WebServer are already installed and functioning...

On the AS/400, type the commands:
STRTCPSVR *HTTP *ADMIN (to start HTTP admin services)
then
STRTCPSVR *HTTP (jobname) to start each HTTP environment

-- jobname equals environment to be started. In our case, the commands we use are "STRTCPSVR *HTTP JDEOWPD",
then "JDEOWDV and JDEOWPY to start our 3 environments.

Should you require additional information, consult the "OneWorld JAVA Server Installation Guide (ISeries(AS/400)-Based Systems" documentation out on the Knowledge Garden.
Cheers.
 
Back
Top