0 Replies Latest reply on Dec 27, 2005 6:48 AM by nageshdsr

    How to reload the class files without restarting the server

    nageshdsr

      Hi All,

      I am using Jboss4.0.1. I want to know is it possible to reload the class files without restarting the server. I did this in Tomcat4.1 by keeping and working fine and context.xml for tomcat5. I have created one foloder with .war extention in my default server. In that context path I created one folder META-INF and in that I kept context.xml and here is that looks

      <?xml version="1.0" encoding="UTF-8"?>




      This is not working, and at the same time I changed server.xml in the location jboss-4.0.1\server\default\deploy\jbossweb-tomcat50.sar just changed the line to


      This is also not working. I want to know is this possible in Jboss or not. Any help regarding this is appreciated.