View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820246#3820246
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820246 Hi Guys, we have a working version of Tomcat 4.0.6 and Jboss 2.4.7 and now i want to upgrade jus Tomcat to 5.0.16 and i am seeing issues. I DONT WANT TO UPGRADE JBOSS TO 3.X Version (i know Jboss 3.0.X is embedded with tomcat) but it would take lot of time for upgrading both app and web server.for our application. Please let me know if we can integrate Jboss 2.4.7 with Tomcat 5.0.16. I am noticing few null pointer exceptions and also i noticed that some class files are not present in latest catalina.jar which is weird (ex:XmlMapper.java). Any comments would be really appreciated. Thanks for ur time Suresh Error: java.lang.NoClassDefFoundError: org/apache/catalina/util/xml/XmlMapper at org.jboss.web.catalina.EmbeddedCatalinaServiceSX.initCatalina(EmbeddedCatalinaS erviceSX.java:258) at org.jboss.web.catalina.EmbeddedCatalinaServiceSX.startService(EmbeddedCatalinaS erviceSX.java:184) at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) at org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationS ervice.java:967) at $Proxy0.start(Unknown Source) at org.jboss.util.ServiceControl.start(ServiceControl.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) at org.jboss.Main.(Main.java:208) at org.jboss.Main$1.run(Main.java:110) at java.security.AccessController.doPrivileged(Native Method) at org.jboss.Main.main(Main.java:106) ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
