Posts

Setting Importance or Priority of an Email Message for MS Exchange.

Pass on any one of the following property in the header of the message: "Importance" "Priority"  "X-Priority" "X-MSMail-Priority" Possible values are as follows: Importance header value Low Normal High Priority header value Non-Urgent Normal Urgent X-Priority header value 5 4 3 2 1 X-MSMail-Priority header value Low Normal High Ref:  MS Exchange Guide

How to Insert code into your Blogger posts

When i started posting blogs about some of the issues i had, as a naive user i wasn't aware of how to add any code snippet in the blog, below is how we do it: Blogger does not have any out of the box feature to format the code area, to post  HLMT, Java, C or any other code in blogger we need to switch Blogger's editor to HTML mode from Compose mode. You can get the HTML code for your code from below link & then add the HTML code in your blog post. http://hilite.me/ For example : class HelloWorldApp { public static void main ( String [] args ) { System . out . println ( "Hello World!" ); // Display the string. } }

Default Passwords for Java security Keystores

Below is the location default password for different java keystore we use in weblogic. Property Value Trust store location %ORACLE_HOME%/weblogic/wlserver_10.3/ server/lib/DemoTrust.jks Trust store password DemoTrustKeyStorePassPhrase Key store location %ORACLE_HOME%/weblogic/wlserver_10.3/ server/lib/DemoIdentity.jks Key store password DemoIdentityKeyStorePassPhrase Private key password DemoIdentityPassPhrase Trust store location %JAVA_HOME%/jre/lib/security/cacerts Key store password changeit