Re: servlets.war in distribution bundle?

2017-09-19 Thread Christofer Dutz
ff: Re: servlets.war in distribution bundle? Thanks for the clarification, that makes sense. Followup questions: I, perhaps naively, liked the fact the edgent-console-server.jar used to be in the libs folder with the rest of the edgent jars. What’s the motivation for it and the war being in a se

Re: servlets.war in distribution bundle?

2017-09-19 Thread Dale LaBossiere
Thanks for the clarification, that makes sense. Followup questions: I, perhaps naively, liked the fact the edgent-console-server.jar used to be in the libs folder with the rest of the edgent jars. What’s the motivation for it and the war being in a separate console folder? Does it make sense to

Re: servlets.war in distribution bundle?

2017-09-19 Thread Christofer Dutz
Hi Dale, Well the reason for double including it, is just that if you want to deploy it separately, you can run the servlets.jar in any Servlet engine, the Server.jar is just a convenience wrapper to start it without an existing servlet engine. Chris Am 19.09.17, 18:30 schrieb "Dale

servlets.war in distribution bundle?

2017-09-19 Thread Dale LaBossiere
Hi Chris, Recently I noted that the servlets.war wasn’t present in the distribution and you made the changes to add it. I just noticed that edgent-console-server.jar has it embedded in it under resources/servlets.war. So do we really need to separately include it in the distribution? I can