This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes WLST over SSL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "WLST over SSL" Watch "WLST over SSL" New topic
Author

WLST over SSL

Alex Ioannou
Greenhorn

Joined: Nov 14, 2001
Posts: 25
Hi there

I have successfully executed a WLST script over an SSL connection to perform operations such as deploy/undeploy EAR files and configure resources. I imported the demo certificate from my BEA install into my client JVM to achieve this.

I now want to specify the keystore on the command line so I can run a script without having to modify the JVM first.

So I tried -Djavax.net.ssl.keyStore=C:/jdk15/cacerts which didn't work.

I'm running WLST using ant so I also tried this which didn't work either



Here is the error (remember the code works fine when the certificate is added to the default location).



Am I using the correct system properties?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: WLST over SSL
 
Similar Threads
SOAP over HTTPS / SSL
HTTP Post SSL certificates (Jakarta HTTP Commons)
Problem with Intial Context with t3s protocal
WLST over SSL
Google URL Shortner API with weblogic 10.3.4