Saturday, May 25, 2013 13:08

‘Program Kung Fu’ News

Subscribe to RSS feed

Turn off Internet Explorer Enhanced Security Configuration

Wednesday, May 15, 2013 21:43

On Windows Server 2003 Go to Control Panel Open "Add or Remove Programs" Select "Add/Remove Windows Components" Uncheck the checkbox labeled "Internet Explorer Enhanced Security Configuration" and click "Next" Close all Internet Explorer browsers. Open a new browser to attempt the download again. On Windows Server 2008 & Windows Server 2008 R2 Close all IE browsers. Open the "Server ...

JBoss 5 class loading

Wednesday, May 15, 2013 14:49

With JBoss 5, you can resolve the jar file confliction issue or class loader issue by creating an XML file named jboss-classloading.xml with content below. (please update ‘ukoom.war’ and ‘DeafultDomain’ based on your own environment) <classloading xmlns="urn:jboss:classloading:1.0"             name="ukoom.war"             domain="DefaultDomain"             parent-domain="Ignored"             export-all="NON_EMPTY"             import-all="true"> </classloading> When deploying a war file, just place this XML file ...

Tagged with:

JBoss Farming Deployment

Wednesday, May 15, 2013 10:15

"The easiest way to deploy an application into the cluster is to use the farming service." "You can only put zipped archive files, not exploded directories, in the farm directory. If exploded directories are placed in farm the directory contents will be replicated around the cluster piecemeal, and it is very ...

windows detected a hard disk problem

Thursday, April 25, 2013 16:37

Problem: [Window Title] Microsoft Windows [Main Instruction] Windows detected a hard disk problem [Content] Back up your files immediately to prevent information loss, and then contact the computer manufacturer to determine if you need to repair or replace the disk. [^] Hide details [Start the backup process] [Ask me again later] [Cancel] [Expanded Information] Immediate steps Because a disk failure ...

Enable Administrator on Windows 7

Wednesday, April 24, 2013 23:21

First you’ll need to open a command prompt in administrator mode by right-clicking and choosing “Run as administrator” and then type the following command: net user administrator /active:yes if you don't want to enter password to login system: Go to Start and type netplwiz in the Start Search and hit Enter. The User Accounts dialogue box will be displayed as ...

Visio – hidden those nodes or operation section in static model diagram

Thursday, April 18, 2013 15:19

Right-click a shape in a UML diagram, and then click Shape Display Options. In the UML Shape Display Options dialog box, select and clear options to display or hide property types and values.

Clean Weblogic Instance Cache

Monday, April 8, 2013 13:34

What is actually WebLogic Cache? Basically all the web-tier related files (.jsp .class, JSPCompiled files etc.,) get stored in ./wlnotdelete/app_yourapplicaiton directory. This is treated as cache whenever there is restart of a WebLogic instance happen then the WebLogic server will look-up for last serviced object status stored in the cache to ...

Error 312 (net::ERR_UNSAFE_PORT): Unknown error

Monday, April 8, 2013 9:02

Google Chrome have an 'issue' like FireFox with the websites which hosted on a not reserved port, and we will go directly to the solution 1- Right Click on the google chrome short cut on the desktop then "Properties" 2- in the target text box after "Chrome.exe" add "--explicitly-allowed-ports=xxx,xxx" after that the ...

Excel Short Cut

Tuesday, March 12, 2013 10:18

Alt-H-W  Warp Text

Unsplitting a Split Virtual Hard Disk

Monday, February 25, 2013 9:44

This article is from http://blogs.msdn.com/b/virtual_pc_guy/archive/2007/04/04/unsplitting-a-split-virtual-hard-disk.aspx and written by Ben Armstrong, Hyper-V Program Manager Virtual PC supports a relatively unknown feature called a 'split virtual hard disk'. The problem here, is that if a virtual hard disk is created on a FAT32 partition on the host operating system, it cannot grow ...