dongdong159
dongdong159
I used the : curl -X PUT -i -u weblogic:welcome1 -H "content-type: application/yaml" --data-binary "/wls-config.yaml" http://192.168.10.137:7001/configuration but the 192.168.10.137:7002/metrics still show: # No configuration defined.
Thanks for your reply. I send the PUT to the exporter, but the exporter shows : HTTP/1.1 500 Internal Server Error Date: Thu, 9 Jun 2022 00:26:19 GMT transfer-encoding: chunked...
Hi, I deploy the WLS by docker-compose without any other configurations: weblogic: image: vulhub/weblogic:12.2.1.3 ports: - 7001:7001
And I don't understand how to use web applications with docker-compose.
Hi, the project requires docker-compose to deploy, could I find a way with docker-compose?
I noticed that if I want to use web applications, I need to add a configuration file in WAR directly. What dose the WAR refer to?
Hi, I just deploy the WLS with docker-compose and don't config it with any operations. So I haven't enabled the cluster-wide admin port and SSL port. Could you tell me...
Roger that. I'll try it. Thanks again!