1 Reply Latest reply on Jul 22, 2009 11:39 AM by infinitiguy

    clearing jboss content cache

      I'm new to jboss and I'm having an issue. I have a jboss app that I inherited(eclipse infocenter) and we used to have a script to replicate content(although the machine hosting that script is now gone..) so I needed to push a few new files... however, when I restarted the jboss instance the new changes were not picked up. I'm looking for a way to clear all cached content from the jboss app to force it to re-read the application. I went to the jmx console and I see something like..
      List of MBean operations:
      void invalidateAll()

      MBean Operation.
      Param ParamType ParamValue ParamDescription
      p1 java.lang.String (no description)
      p2 boolean True False (no description)



      If I invoke this, will that clear my cache? This is the mbean name.

      MBean Name: Domain Name: jboss.cache
      service: InvalidationManager
      MBean Java Class: org.jboss.cache.invalidation.InvalidationManager


      Any help is most appreciated :)