pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

Starting yoke with instances #84

Closed majimboo closed 10 years ago

majimboo commented 10 years ago

How do I start yoke with instances?

Right now I am doing:

gradlew runMod -i

With the properties having

runModArgs=-instances 32

But it doesn't seem to work.

Is there a way to start yoke with vertx run?


update

Running vertx runmod keeps giving me ClassNotFoundException.

ipeisong commented 9 years ago

so what's the solution to run with 'vertx run' ?