2 Replies Latest reply on Feb 11, 2004 1:16 AM by sainz77

    JBoss vs pure Tomcat

    sainz77

      hi guys,

      im having problem in jboss not in tomcat... i use a third party tool which is mondrian olap server, my problem is the jboss has a runFinalizer/runGarbageCollector method in ServerImpl class while the pure tomcat has none which is responsible for clearing my cache... jboss deregister right away after every mdx query while the pure tomcat does not... by the way, mondrian uses cache... is there a way that i can configure the waiting time to run runFinalizer/runGarbageCollector?

      sainz77

        • 1. Re: JBoss vs pure Tomcat
          cluck

          No. But you can stop the explicit calls to the GC with the VM param -XX:+DisableExplicitGC.

          • 2. Re: JBoss vs pure Tomcat
            sainz77

            i try to download the source file of jboss and put a comment on runFinalizer/runGarbageCollector method in ServerImpl.java but nothing happens still it deregister...
            cluck:
            where can i this put param XX:+DisableExplicitGC?