Exploring Thoughtz..

Posts Tagged ‘web application

Using JODConverter

Posted by: Vijay Dev on: February 13, 2009

Converting files from one format to another is one of those problems that sound simple but actually is very complex to solve. In one of my projects, I needed to convert spreadsheets to comma separated files and I hit upon JODConverter, the Java OpenDocument Converter. This offers a variety of usage options – it can [...]

JForum & MemCached Integration

Posted by: Vijay Dev on: August 30, 2008

The default caching option in JForum is a simple Java Map which obviously will be effective only within a single JVM and will work only when the application is running on a single instance of the web server. But in a clustered environment, each JVM will maintain its own cache (because its just a Java [...]

Getting the Tomcat Version

Posted by: Vijay Dev on: August 22, 2008

The exact version number of a Tomcat 6 server is stored in the ServerInfo.properties file that is located in $TOMCAT_HOME/lib/catalina.jar/org/apache/catalina/util. This file can be found in $TOMCAT_HOME/server/lib/catalina.jar/org/apache/catalina/util in case of Tomcat 5.5 and earlier.
The getServerInfo() method can be used when there is a need to determine the version numbers from inside the web application.


Blog Stats

  • 23,765 Visitors

  • Vijay Dev: Hi Siva, Usually they have a written test and about 2-3 rounds of interviews. Depends on whether it's on or off campus as well..
  • Siva: Hi Vijay, Saturday I have an interview for amazon SDE . What is the interview process and how much difficult interview at amazon. How many ro
  • Vijay Dev: We have to either use already available builds (links in article) or build our own using the procedures listed in the chromium website. There is no se

My Tweets

About Me

Journey so far…

Email Subscription

Enter your email address to subscribe to this blog and receive notifications of new posts by email.