Why i am moving to Linux in my home pc

Why i am moving to Linux in my home pc For the past 3 years i have used pirated windows xp os in my home pc. But i have faced lot of problems like system very slow, Blue screen and more hectic thing is virus softwars. So i want to …

Adding Remote JMX for Red5

How to Add JMX for Red5 Server Here we are going to know, how-to managing red5 server remotely using JMX. what is red5 server ..? Red5 is an Open Source Flash Server written in Java that supports: Streaming Video (FLV, F4V, MP4) Streaming Audio...

Batch file for building any java application

Batch file for building any java application What is batch file...? In DOS, OS/2, and Microsoft Windows, a batch file is a text file containing a series of commands intended to be executed by the command interpreter. Article on wikipedia This...

Windows command prompt properties

Here the new command prompt window. Here you will know how to change the windows command prompt properties. Now the command prompt look like windows power shell. To run the powershell Run -->type "powershell" --> enter Press windows key + R. Type...

Secure login using java servlet

The user authentication is the common task when we create a web application.The servlet have j_security_check authentication method.This is commonly called as form based authentication. Here the steps for this authentication. This is in your...