Skip to content

Running Vertx Gateway Locally In Eclipse. #1360

Answered by msavy
iamakashk asked this question in Help
Discussion options

You must be logged in to vote

Here are some instructions for IntelliJ IDEA. I'm sure you can translate this successfully into Eclipse.

  1. Create a new Application. I've called it Vert.x Gateway.
  2. Set main class to io.apiman.gateway.platforms.vertx3.ApimanLauncher (extends io.vertx.core.Launcher).
  3. Set program arguments to run io.apiman.gateway.platforms.vertx3.verticles.InitVerticle --conf /Users/msavy/tmp/conf-es.json -- change the path to be your config, of course. I recommend using all in-memory components for development and debugging (unless you are explicitly debugging a particular storage or component implementation).
  4. You may need to set the classpath/module as apiman-gateway-platforms-vertx3

Let me know if that w…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@iamakashk
Comment options

@msavy
Comment options

@iamakashk
Comment options

@msavy
Comment options

@iamakashk
Comment options

Answer selected by msavy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants