cancel
Showing results for 
Search instead for 
Did you mean: 

package the explorer2?

gnoloahs
Champ in-the-making
Champ in-the-making
I get the acitiviti source from git,then package "activiti-webapp-explorer2"
but  occured  the next problem.


[img]http://t2.qpic.cn/mblogpic/da1a051ae057d207ae4c/2000[/img]

how to solve  the problem?
7 REPLIES 7

trademak
Star Contributor
Star Contributor
Hi,

You first have to build the Activiti engine module because the Explorer webapp needs that as a dependency.

Best regards,

gnoloahs
Champ in-the-making
Champ in-the-making
Hi,

You first have to build the Activiti engine module because the Explorer webapp needs that as a dependency.

Best regards,


Thx a lot! I got it.but now I have another question.Could you help me?

when I click "Edit modle" button  or "create" ,this page (http://127.0.0.1:8080/activiti-explorer/service/editor?id=2)is always blank !

[img]http://t2.qpic.cn/mblogpic/0572c7fd0a5d11c59e4c/2000[/img]

kafeitu
Champ on-the-rise
Champ on-the-rise
Hi,

You first have to build the Activiti engine module because the Explorer webapp needs that as a dependency.

Best regards,


Thx a lot! I got it.but now I have another question.Could you help me?

when I click "Edit modle" button  or "create" ,this page (http://127.0.0.1:8080/activiti-explorer/service/editor?id=2)is always blank !

[img]http://t2.qpic.cn/mblogpic/0572c7fd0a5d11c59e4c/2000[/img]

retry use codes below:

cd modules/activiti-spring
mvn install
cd ../activiti-webapp-explorer2
mvn package

kafeitu
Champ on-the-rise
Champ on-the-rise
Hi,

You first have to build the Activiti engine module because the Explorer webapp needs that as a dependency.

Best regards,
First, I executed mvn install in root directory, and occur the same problem like gnoloahs's.
Then retry use codes below the result is successful.

cd modules/activiti-spring
mvn install
cd ../activiti-webapp-explorer2
mvn package

jbarrez
Star Contributor
Star Contributor
If you want to try the new modeler, you can also download it from http://activiti.org/download.html

gnoloahs
Champ in-the-making
Champ in-the-making

cd modules/activiti-spring
mvn install
cd ../activiti-webapp-explorer2
mvn package

it doesn't work….   :cry:

gnoloahs
Champ in-the-making
Champ in-the-making
Thx all!

The reason maybe about  version of  tomcat,
when I change it to tomcat6.0.32. It's OK!
Previous version is 6.0.29.
Using 6.0.29 【http://activiti.org/alpha/activiti-explorer.war】 is aways wrong yet.
but 6.0.32 is right.