将jbpmeditor.war解压缩
修改jbpmeditor\WEB-INF\web.xml
<context-param>
<description>Server URL (protocol://domain[:port])</description>
<param-name>server</param-name>
<param-value></param-value>
</context-param>
<context-param>
<description>isTestSystem (true/false)</description>
<param-name>isTestSystem</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<description>Filesystem directory that is used to store models</description>
<param-name>fileSystemRootDirectory</param-name>
<param-value>c:/signavio-repo</param-value>
</context-param>
终于看到画面了。。。。
完全不会玩啊。。。