I'm new to servlet containers, but as far as I understand an embedded Jetty (as Pedestal servers with ::type :jetty) can be configured to watch a path on the filesystem and deploy .war files copied into it while the server is live.
For Jetty, the configuration for this is described here:
https://www.eclipse.org/jetty/documentation/9.4.x/embedding-jetty.html#_like_jetty_xml
I'm wondering if this is actually possible also for Pedistal servers, and what is the best way to achieve it.
My eventual goal would be to make my Pedistal server dynamic, in the sense that it can start erogating new services at runtime without a restart: deploying a new servlet into it could be a way to achieve this. It would be even better to have it serve new routes on the same port, but I wouldn't know how to do this.
Has anybody tried anything similar, or any ideas about this?
Thanks!
Stefano
--
You received this message because you are subscribed to the Google Groups "pedestal-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pedestal-user...@googlegroups.com.
Visit this group at https://groups.google.com/group/pedestal-users.