2 Replies Latest reply on Jun 13, 2008 12:00 PM by sergeysmirnov

    works on Tomcat but not on other servers

    simoncigoj

      I'm developing a java faces webapp

      my specifications :

      java sun RI 1.2
      richfaces 3.2.1Snapshot
      tomahawk1.1.6
      facelets
      hibernate
      a4j for ajax support
      Oracle database
      Developing with Eclipse 3.3.2

      ...for testing and developing I'm using Tomcat 6....bu the final aplication will have to run on Oracle 10g 10.1.3.3.0

      I make a succesful deploy to oracle but a lot of things are working differently or not working at all as on Tomcat. For example a lot of css of the rich faces components doesnt even load and on some ajay requests the application crashes...sometimes even killing the Oracle server.

      I tried also on Glasfish and I couldnt even deploy my war succesfuly there.

      On Tomcat 6 on the other hand it everything is working smoothly.

      Does anyone have some suggestions for that kind of problems?

      Help would be very appreciated.