• tomcat

    Using LCDS to Power Live REAs

    by  • April 23, 2009 • tomcat

    I gave a talk on “Using LCDS to Power Live REAs” at SilvaFug South and showed Zephyr as an example of this. I briefly discussed what forced us to go down this route followed by a quick 30 min demo of the product. Explained general philosophy behind LCDS, things to keep in mind while...

    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 →