I am now trying to use oracle weblogic maven plugin to deploy an application to an admin server with administration port. I am using t3s protocol to connect but I am wondering whether I can set my custom keystore and certs in the maven plugin/parameters in pom.xml or command line. I cannot find the solution on the internet. Help would greatly be appreciated.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In theory you can set the weblogic ssl headers in maven opts - like so -Dweblogic.security.TrustKeyStore=CustomTrust -Dweblogic.security.CustomTrustKeyStoreFileName= But the plugin doesn't seem to pick these up where as the weblogic.Deployer will. This is a little odd since the maven plugin just runs the deployer anyway. I've also tried setting the java keystore to a custom one (also with no luck) |
|||
|
|