Hi, my dynamic web application is in struts1 spring, and the integration with hibernation is developed on a 64-bit machine. It works fine on a 64-bit machine, but gives problems with banks on a 32-bit machine, which gives the following error
SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener
at java.lang.ClassLoader.findBootstrapClass(Native Method)
and
SEVERE: Error configuring application listener of class org.springframework.web.util.Log4jConfigListener
java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener
at java.lang.ClassLoader.findBootstrapClass(Native Method)
Should I change all banks for a 32 bit machine?
source
share