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...

How to create and use private / public keys

Hi all, Here the document for how to create private and public keys for login. This is more helpful others can login to your machine without disclose the password. How to create private key for my machine..? Go to /home/root/.ssh folder. Then run...