Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu
Showing posts with label Utilities. Show all posts
Showing posts with label Utilities. Show all posts

Tuesday, July 15, 2014

Command Prompt: searching port status and killing a process

Today, while working with Glassfish server, I encounted a weird issue that I restarted Glassfish server but Glassfish failed to start and the most annoying thing was, I found nothing in it's logs. Tried to restart Glassfish from windows service several time but all in vain.
Then I tried to check all the ports used in Glassfish. Ports used by Glassfish can be checked from domain.xml file. Search "http-listner" and make a list of ports.

Wednesday, October 16, 2013

Apache : James - Generating Users list

We have gone through about James server in previous post. In this post, we'll see how to generate user list from James Server.
James server provides a very good utility to check the users list on the server. Either we can see the user list on the console or we can redirect the userlist in any text file.  This article contains the steps to generate the user list from James server:

Apache: James Server

The Apache Java Mail Server Version 3.0 is a 100% pure Java SMTP, IMAP4 and POP3 Mail server designed to be a complete and portable enterprise mail engine solution. Apache James Server is based on currently available open protocols. 
Advantages
a. Standard
  • 100% pure Java Mail server designed to be a complete and portable enterprise mail engine solution.
  • Supports currently available IETF protocols, including SMTP, LMTP, POP3 and IMAP4.
  • Apache James Server is able to store user and message data either in a file-system (Maildir), any JPA-compatible database and even JCR, allowing fast, reliable, even real-time replicated storage.
  • Provides a powerful, flexible mail application engine through support for the Apache Mailet API. With its Mailet pipeline architecture, Apache James Server can be used not only to provide standard e-mail services, but also to implement custom e-mail applications.

Thursday, June 13, 2013

Steps to work with GIT for dummies

Today I start working with BitBucket (GIT) and found it bit difficult in comparison to SVN. I  have to read lots of documentations to work with GIT and finally I succeed in it. But I made a note of all the steps for the beginners. Follow these steps and play with GIT.

Friday, October 19, 2012

Thought


When things in your life seem almost too much to handle, when 24 hours in a day are not enough, remember the mayonnaise jar and the 2 Beers.



A professor stood before his philosophy class and had some items in front of him. When the class began, he wordlessly picked up a very large and empty mayonnaise jar and proceeded to fill it with golf balls. He then asked the students if the jar was full. They agreed that it was.

Wednesday, September 26, 2012

HL7 (Health Level Seven)

HL7 (Health Level Seven)
HL7 (Health Level Seven) provide a framework (and related standards) for the exchange, integration, sharing, and retrieval of electronic health information. Most healthcare IT professionals are using HL7 format for data exchange. 

While working with HL7 format, it basically encode the data, the receiving end of encoded data decode the data and perform the process that data accordingly.