[
https://issues.jboss.org/browse/JBIDE-23784?page=com.atlassian.jira.plugi...
]
Martin Malina commented on JBIDE-23784:
---------------------------------------
[~rob.stryker], I finally took a look at this and I have a question: How do I tell if
incremental deployment is at play here?
I tried to deploy a dynamic web project to WF11. Then I added a new jsp file and this was
the immediate result of the server console:
{code}
13:39:11,370 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001:
Content added at location
/Users/rasp/jbossqa/runtimes/wildfly-11.0.0.Alpha1/standalone/data/content/ae/0320b5903d1dd07069ae74bb950d03400dfa13/content
13:39:11,378 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 68)
WFLYUT0022: Unregistered web context: '/dynproj1' from server
'default-server'
13:39:11,400 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028:
Stopped deployment dynproj1.war (runtime-name: dynproj1.war) in 26ms
13:39:11,407 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027:
Starting deployment of "dynproj1.war" (runtime-name: "dynproj1.war")
13:39:11,443 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69)
WFLYUT0021: Registered web context: '/dynproj1' for server
'default-server'
13:39:11,466 INFO [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0013:
Redeployed "dynproj1.war"
13:39:11,467 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002:
Content removed from location
/Users/rasp/jbossqa/runtimes/wildfly-11.0.0.Alpha1/standalone/data/content/69/43e98fd2e1031e0028da195332acabc8f3785b/content
13:39:14,724 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001:
Content added at location
/Users/rasp/jbossqa/runtimes/wildfly-11.0.0.Alpha1/standalone/data/content/18/21a534d3e01bf789ee7ef93e35c66ea20b8eeb/content
13:39:14,727 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 66)
WFLYUT0022: Unregistered web context: '/dynproj1' from server
'default-server'
13:39:14,734 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028:
Stopped deployment dynproj1.war (runtime-name: dynproj1.war) in 7ms
13:39:14,738 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027:
Starting deployment of "dynproj1.war" (runtime-name: "dynproj1.war")
13:39:15,219 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 68)
WFLYUT0021: Registered web context: '/dynproj1' for server
'default-server'
13:39:15,228 INFO [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0013:
Redeployed "dynproj1.war"
13:39:15,230 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002:
Content removed from location
/Users/rasp/jbossqa/runtimes/wildfly-11.0.0.Alpha1/standalone/data/content/ae/0320b5903d1dd07069ae74bb950d03400dfa13/content
{code}
(The first portion is just adding the new jsp file and the second part is when I saved
it.)
Looking at it it does not seem right to me. It seems that it did an undeploy and then a
new deploy.
WF 11 / EAP 7.1 Incremental MGMT publishing
-------------------------------------------
Key: JBIDE-23784
URL:
https://issues.jboss.org/browse/JBIDE-23784
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: server
Reporter: Rob Stryker
Assignee: Rob Stryker
Priority: Critical
Fix For: 4.4.4.Final, 4.5.0.AM2
WF 11 and EAP 7.1 will have support for management deployment in an incremental fashion.
WF 11 nightly builds for the pre-alpha are here:
https://developer.jboss.org/thread/224262
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)