Tips and Tricks Video on Microsoft Outlook Calendar

This is a tips and tricks video on Microsoft Outlook Calendar.

How to create a custom Watermarks in Microsoft Word 2007

In Microsoft Word 2007, watermarks can be created using Watermark menu available under the Page Background section.  The following dialog box displays after clicking Watermark menu.

image

Now select custom Watermark option, this would display the Printer Watermark section as shown below

image

Depending upon your preference, you can select picture or text watermark.  The picture below displays an example for text watermark

image

How to test Web Services

Links regarding testing web services.

http://wso2.org/library/3862

N96 Video Preview

Official Presentation of Nokia N96 mobile phone.

Nokia N96 at Mobile World Congress Barcelona 2008

Nokia N96 world exclusive hands-on

Reblog this post [with Zemanta]

Tomcat 6 failed to start in Windows XP - specified module could not be found

Problem : Apache Tomcat 6 failed to start in Windows XP. The log message diplays the following error

Failed creating java C:\Program Files\Java\jre1.6.0_03\bin\client\jvm.dll
[2008-08-19 20:50:25] [1269 prunsrv.c] [error] ServiceStart returned 1
[2008-08-19 20:50:25] [info] Run service finished.
[2008-08-19 20:50:26] [info] Procrun finished.
[2008-08-19 20:51:04] [info] Procrun (2.0.4.0) started
[2008-08-19 20:51:04] [info] Running Service…
[2008-08-19 20:51:04] [info] Starting service…
[2008-08-19 20:51:04] [174 javajni.c] [error] The specified module could not be found.

Solution: One of the reason for this problem is the jvm path is wrongly configured in Tomcat. To fix this, navigate to Start -> All Progams - Apache Tomcat 6.0 and click on Configure Tomcat. This would display the following dialog box. Click on the Java tab and forJava Virtual Machine

property browse and select the jvm.dll from the correct jdk/jre path. After making this change, try restarting the Tomcat Service.

Next Page →