Hi, <br><br>I have a question regarding module imports resp. updating OpenCMS modules:<br><br>How can I disable automatic restart of the application during imports?<br><br>I currently have a problem when updating my OpenCMS installation, since while some of the core modules are updated the application restarts and thus crashes update process.<br>
<br>I also have that problem when I update a module which would result in a delete-insert operation.<br>During the insert OpenCMS would restart due to the previous delete and thus the module might onle be partially imported.<br>
<br>I know that the servlet container has to be restarted, but how could I prevent that from happening automatically?<br><br>We're running OpenCMS in a JBoss <a href="http://4.2.3.GA">4.2.3.GA</a>, in case that matters.<br>
Since that JBoss version has a problem with PermGen space we need to restart the application anyways, but I'd rather like to trigger that manually.<br><br>Thanks in advance.<br><br>Thomas<br>