RE: Incompatabilities?

2010-01-10 Thread George Sexton
I can give you the examples of incompatibilities I've seen in my app. They're pretty trivial. In Servlet API 2.2 days, Tomcat would take a negative load-on-startup order in the web.xml for a servlet. When running under WebLogic, that disabled the servlet. My app also called

Re: Incompatabilities?

2010-01-08 Thread Peter Crowther
2010/1/8 Alexander Skwar alexanders.mailinglists+nos...@gmail.com: Besides the load issue, they claim, that a different app of theirs doesn't work with Tomcat, but it's supposed to work with WebLogic and jBoss. Am I right in assuming, that this is most probably caused by bugs in their app,