Hot deployment Issue :

    When already an application module say (hello.war) is deployed (either by using manually or hot deploy procedure ) , And when some one try to hot deploy the same application with same or different name ( say hello.war | hello2.war | hello2 directory ) ,  the server throws an exception saying there exists already an application deployed , But doesn't delete the module ( hello.war | hello2.war |  hello2 directory)  from hot deploy directory thus the next time the server starts , it tries to deploy the same module once again.
 
   I think the better option in this case would be to delete the unsuccessfully hot deployed application file or directory from hot deploy directory and show some message.
 
With Thanks and Regards,
Mansoor

Reply via email to