0 Replies Latest reply on Feb 22, 2011 4:41 PM by kthegeek

    RedeployFromTheJMXConsole

    kthegeek


      I have a webservice war file deployed in the jboss .
      i have made a change in a particular class file and tried to redeploy it using the below steps in the wiki .

      wiki : http://community.jboss.org/wiki/RedeployFromTheJMXConsole
           Start the JMXConsole

           Find the MainDeployer MBean (jboss.system:service=MainDeployer)

           Invoke the listDeployedAsString() operation

           Find your deployment and copy the URL, e.g.: file:/path/to/jboss-x.x.x/server/default/deploy/http-invoker.sar/invoker.war/

           Find MBean operation redeploy() with param url of type java.lang.String, paste the URL as param value and invoke


      I checked the server log - there was a message stating undeployin my war and then
      deploying the war

      in the temp folder and the work directory  the tmp folder for war got deleted and new folders got created

      But when i do a webservice invokation . i dont see my changes getting reflected .I added few loggers for debugging

      They are missing in logs and i downloaded the class file and decompiled it and checked .
      My changes are there in the class file

      Please let me know how to fix this .
      Is there any steps which i am missing .I cannot restart the jboss .It is a shared instance, other applications will be impacted by the down time