You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
hello, responsefile.txt
We are consulting how to congifure the ihs container by this mail,
as we grasp the ihs image from ibmcom/ibm-http-server and make it running fine with
docker run --name ihs -h ihs -p 80:80 --net=net1 -d ibmcom/ibm-http-server
then we put the responsefile.txt (please refer to the attachment) into the /opt/IBM/WebSphere/Toolbox/WCT/ (in container)
and then we execute wctcmd.sh -tool pct -defLocPathname /opt/IBM/WebSphere/Plugins -defLocName loc1 -createDefinition -response /opt/IBM/WebSphere/Toolbox/WCT/responsefile.txt
moreover, we execute docker exec ihs /opt/IBM/HTTPServer/bin/htpasswd -cb /opt/IBM/HTTPServer/conf/admin.passwd ihsadmin ihspasswd to add password for user ihsadmin
to activate this configuration, we try to re-start this ihs container (docker stop ihs)
after executing above docker stop ihs, the whole container is down, and then (ihs) were not able to be run-up (docker start ihs)
Therefore, we want to consult whether any actions we did it wrong? or we missed anythings on this ibmcom/ibm-http-server.
Please advise.
Thanks.
Unitopia.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello,
responsefile.txt
We are consulting how to congifure the ihs container by this mail,
as we grasp the ihs image from ibmcom/ibm-http-server and make it running fine with
docker run --name ihs -h ihs -p 80:80 --net=net1 -d ibmcom/ibm-http-server
then we put the responsefile.txt (please refer to the attachment) into the /opt/IBM/WebSphere/Toolbox/WCT/ (in container)
and then we execute wctcmd.sh -tool pct -defLocPathname /opt/IBM/WebSphere/Plugins -defLocName loc1 -createDefinition -response /opt/IBM/WebSphere/Toolbox/WCT/responsefile.txt
moreover, we execute docker exec ihs /opt/IBM/HTTPServer/bin/htpasswd -cb /opt/IBM/HTTPServer/conf/admin.passwd ihsadmin ihspasswd to add password for user ihsadmin
to activate this configuration, we try to re-start this ihs container (docker stop ihs)
after executing above docker stop ihs, the whole container is down, and then (ihs) were not able to be run-up (docker start ihs)
Therefore, we want to consult whether any actions we did it wrong? or we missed anythings on this ibmcom/ibm-http-server.
Please advise.
Thanks.
Unitopia.
The text was updated successfully, but these errors were encountered: