Depending on your setup you could just do a *simple* server configuration which looks like the following.
server: type: simple applicationContextPath: / This will make both admin and application servers to be under the default port with prefixes of "/admin" for the admin interface whereas "/" is the context path for all of your application resources (which could also be customized). On Aug 6, 2016 1:53 PM, "William Leonard" <[email protected]> wrote: > Hi, > > Can the Admin server be configured to share the same port as the > Application server (8080)? I know how to configure the ports, I'm just > wondering if it's a valid configuration. > > Thanks, > Brian > > -- > You received this message because you are subscribed to the Google Groups > "dropwizard-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
