292799 - WebAppDeployer - start a started context?
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1345 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
bdb24d1de0
commit
2b21975ab1
|
@ -1,6 +1,7 @@
|
|||
jetty-7.0.2-SNAPSHOT
|
||||
+ JSON parses NaN as null
|
||||
+ 290765 Reset input for HttpExchange retry.
|
||||
+ 292799 WebAppDeployer - start a started context?
|
||||
+ 294799 when configuring a webapp, don't look for WEB-INF/jetty6-web.xml
|
||||
+ 296569 removeLifeCycleListener() has no effect
|
||||
+ 296765 JMX Connector Server and ShutdownThread
|
||||
|
|
|
@ -295,7 +295,7 @@ public class WebAppDeployer extends AbstractLifeCycle
|
|||
_deployed.add(wah);
|
||||
|
||||
if (_contexts.isStarted())
|
||||
_contexts.start(); // TODO Multi exception
|
||||
wah.start(); // TODO Multi exception
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue