Monday, April 4, 2011

"SEVERE: Error filterStart" - Occurs when starting Tomcat

This problem basically occurs when you've different java versions for compiling the source code and for starting the Tomcat server.

Checks you've to do:
1. Java version of your IDE with what you compile the source code
2. Java version used by Tomcat

If the above mismatches, you'll face the error "SEVERE: Error filterStart" during the Tomcat server start and your web application will not be deployed.

Sunday, March 13, 2011

Attending: DevCamp Pune 2011

DevCamp Pune - The Developer Community Meet Pune,
April 9th, 2011 | 10:00 am - 6:00 pm




Register here

Serializing / De-serializing bean object using XMLEncoder / XMLDecoder

The java.beans package provides very useful classes [XMLEncoder / XMLDecoder] to save an object state [persist] into an XML file [Serialize] and easily read it back [De-serialize]. It's very helpful while debugging the state of objects especially in the production environments.


No need to provide any examples as the below are some useful links that already contains the same:


_________________________________________________________________________________________________________________

"Look at the sky. We are not alone. The whole Universe is friendly to us and conspires only to give the best to those who dream and work."

- Dr. A P J Abdul Kalam
_________________________________________________________________________________________________________________