[jboss-jira] [JBoss JIRA] Created: (JBMICROCONT-447) Allow changing timestamp on a deployment root folder (blah.war) to redeploy
Rob Stryker (JIRA)
jira-events at lists.jboss.org
Wed Jul 29 18:33:41 EDT 2009
Allow changing timestamp on a deployment root folder (blah.war) to redeploy
---------------------------------------------------------------------------
Key: JBMICROCONT-447
URL: https://jira.jboss.org/jira/browse/JBMICROCONT-447
Project: JBoss Microcontainer
Issue Type: Feature Request
Components: Deployment
Reporter: Rob Stryker
Assignee: Ales Justin
If I execute the following, JBoss 5.1 doesn't redeploy a module even though its clearly new. (assuming the module has no descriptor file required)
cd server/default/deploy
rm -rf some.war && cp -R /home/rob/tmp/some.war .
Clearly the entire project was removed and a new version coppied over, however the server has not recognized it as new because there is no descriptor.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list