[
https://jira.jboss.org/jira/browse/JBDEPLOY-228?page=com.atlassian.jira.p...
]
Ales Justin resolved JBDEPLOY-228.
----------------------------------
Resolution: Rejected
This is an old MicroKernel JMX based deployers - not new MC VDF.
What's even worse is that this kind of issue in no way belongs to JIRA, but only forum
or support case.
Applications deployed using MainDeployer.deploy does not get started
when the server is restared
------------------------------------------------------------------------------------------------
Key: JBDEPLOY-228
URL:
https://jira.jboss.org/jira/browse/JBDEPLOY-228
Project: JBoss Deployers
Issue Type: Bug
Reporter: Rammohan Yadavalli
Hi,
I used the below MainDeployer.deploy to deploy WAR from the folder outside JBoss deploy
folder. I have used the below ant script to perform this task.
<jmx serverURL="localhost">
<invoke target="jboss.system:service=MainDeployer"
operation="deploy">
<parameter type="java.lang.String"
arg="file:${webapp.dist}/${webapp.war}"/>
</invoke>
</jmx>
I am able to deploy and redeploy the applications, however, when i restart my jboss
server all the applications that are deployed using the jmx operation
(MainDeployer.deploy) are not getting started automatically.
I am not sure why this happens, when I copy the WAR to deploy folder the WAR gets started
when the server is restarted. Can you please let me know what needs to be done in order to
automatically start the applications that are deployed using MainDeployer.deploy jmx
operation?
Thanks,
Ram
--
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