-
Generating a CSR and Installing a SSL Certificate in Weblogic or Tomcat
This is the only set of instructions on the web which actually worked for me. I think the key was to use this root cert – valicert_class2_root.crt and not use the one which GoDaddy included in the download zip file – gd_bundle.crt Note that these instructions worked fine for Weblogic 8.1 Generating a CSR and Installing an SSL Certificate in Tomcat 4.x/5.x/6.x | Go Daddy Help | Go Daddy Support
-
Test a Java SSL connection
Here is how to do some serious troubleshooting while configuring a SSL certificate on Weblogic or Tomcat or Apache: Test a Java SSL connection
-
Recover Forgotten Weblogic Passwords
Nice utility. However it needs Chrome/FF to work. Recover Forgotten Weblogic Admin Password
-
Weblogic Server "invalid pad byte" error
Here is how to encrypt a password/username for weblogic’s boot.properties or config.xml file java -cp /opt/app/bea/weblogic81/server/lib/weblogic.jar -Dweblogic.RootDirectory=/opt/app/bea/user_projects/domains/mydomain3 weblogic.security.Encrypt test_password I got it from: Anything simple: Oracle BEA Weblogic Server 10 “invalid pad byte” error