Currently the GRPC server won't port share with your servlet engine which may or may not be a consideration for you. GRPC does not use classloader magic so you're unlikely to have issues there. We require a specific version of Netty so if you have some other library using Netty you might have a library version conflict but I would be surprised. None of the servlet engines you mentioned are dependent on Netty I believe.
On Thu, Jul 21, 2016 at 9:54 AM, <[email protected]> wrote: > > > We have an existing Java servlet based application that needs to be > supported on a > wide variety of web application containers (Tomcat, JBoss, Jetty, > Weblogic, etc.) > > If we add gRPC server support to the application, are we going to run into > issues on > with those containers? e.g. classloader problems? What are the > considerations that > we need to be aware of? > > Thanks > > > > > > > -- > You received this message because you are subscribed to the Google Groups " > grpc.io" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/74bd77ef-aac5-4ebf-9c19-7651139fd42f%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/74bd77ef-aac5-4ebf-9c19-7651139fd42f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CADQ0XY39dtOMrQHLTw7E1vGy%3DJH%2Bc9kb0M7vEDM1K6nSY87sKQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
