• java

    Using mutual authentication with Apache WS-xmlrpc

    by  • September 17, 2010 • java

    There are tonne of articles talking with lots of good information about two way authentication with apache as webserver and xmlrpc as client. But if you are coming from almost no background in Security and words like PKI, PEM, CSR feels kind of alien to you, it may be little overwhelming to digest those...

    Read more →

    Most used command lines for Java Developers

    by  • September 17, 2010 • java

    Most commands I use on a daily basis but there are some that gets lost and here is a quick cheat sheet to remember those. If you use some that are not here, please add a comment here. Using Tomcat Start Tomcat: startup.sh catalina.sh start Start in Debug: catalina.sh jpda start Start inline: catalina.sh...

    Read more →

    Tomcat Error – java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener

    by  • April 13, 2009 • java, tomcat

    One fine day my smooth running tomcat 5.5.23 started giving this error. Most surprising thing was that nothing had change in my setup or the application which could result such a drastic error. 2009-04-13 11:18:54,665 ERROR .listenerStart(3715) | Error configuring application listener of class com.thed.server.event.DataListener java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) at...

    Read more →

    Are you still not feeling the pain

    by  • April 14, 2008 • Developer, java • 0 Comments

    This morning as usual, I was browsing google finance and suddenly I noticed this. Does any thing look wrong there. Well, yeah. How is Dow, despite of + growth, showing up in red. And that provoked one of my all time pet peeves – JavaScript. Decades of innovation and evolution and still large amount...

    Read more →