Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Deploying Multiple Webapps to a Jetty Server


Patrick,

If you want to start applications individually and have separate log files, then you probably need to have different jetty-bases for them and different server ports.

Alternately, you can hot deploy multiple webapps to a single running server.

Or if you really need fine grained control, you could write your own deployer variation that start/stops the applications as you need.






On Thu, 16 Dec 2021 at 03:15, Patrick Buchheit <pbtura@xxxxxxxxx> wrote:
I'm getting ready to deploy an application with jetty 9.4 but there are some configuration aspects I'm struggling to wrap my head around. How do I layout my files in JETTY_BASE to allow the startup and shutdown of individual applications if there are multiple wars in webapps? Is there a command line option to specify which applications to start? How do I configure the logging to have a separate log file for each application?
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users


--

Back to the top