[jboss-user] [jBPM] - Re: jBPM 5 Installation Guide
Thomas Hunt3r
do-not-reply at jboss.com
Fri Nov 23 04:07:20 EST 2012
Thomas Hunt3r [https://community.jboss.org/people/johndoehunt3r] created the discussion
"Re: jBPM 5 Installation Guide"
To view the discussion, visit: https://community.jboss.org/message/778056#778056
--------------------------------------------------------------
i have found a solution without manually start 1 by 1, u need to change the ant startjboss target
|
| <target name="startjboss7" description="Start JBoss7"> |
|
|
|
| <exec dir="${jboss7.home}/bin" executable="cmd" osfamily="windows"> |
|
|
|
| <arg line="/c standalone.bat" /> |
|
|
|
| </exec> |
|
|
| </target> |
|
|
|
|
|
|
|
|
|
|
|
| | <target name="stop.jboss7"> |
| | | <exec dir="${jboss7.home}/bin" executable="cmd" osfamily="windows"> |
| | | <arg line="/c jboss-admin.bat" /> |
|
| | | <arg value="--connect" /> |
|
| | | <arg value="command=:shutdown" /> |
|
| | </exec> |
|
Hope it help
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/778056#778056]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121123/06c6dee3/attachment.html
More information about the jboss-user
mailing list