修改build.properties
# This is the Signavio Core Components configuration file. Most users only have to configure this file.
# The path to your Apache Tomcat webapps folder这里就是生成WAR后,会自动拷贝过去的目录
dir-tomcat-webapps = /apache-tomcat-6.0.16/webapps
# The path to your jBoss deployment folder
dir-jboss-webapps = /jboss-5.1.0/server/default/deploy
# The folder the war file(s) is/are stored
target = target
# The version of the application. If you want to integrate the Signavio Core Components into
# your own software product, you can align the version number.
version=5.0-SNAPSHOT
# The name of the war file, if you use the all-in-one-war build target
war = activiti-modeler
# The configuration you want to use. This is the name of the folder in the 'configuration' project
# that contains the configuration and skin files. The following configurations are available:
# default, Activiti, jBPM
# You can also add your own configuration in the 'configuration' project.
configuration = Activiti
# The URL of your server. Format: http(s)://<domain>(:<port>)这里要填实际的IP
# Do not add a trailing slash here!
host = http://10.5.12.248:8180/
# The path on your system the directories and diagram files are created.这里就是图形文件保存的地方
# Do not use \ ! Always use / !
fileSystemRootDirectory = ../../../workspace/activiti-modeler-examples