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&...]