With …getGatewayContext().addServlet(“test”,com.xyz.TestServlet.class) we can add servlet in the Gateway scope of a module.
I woulld like to know the url to invoke this servlet
localhost:8088/…?
With …getGatewayContext().addServlet(“test”,com.xyz.TestServlet.class) we can add servlet in the Gateway scope of a module.
I woulld like to know the url to invoke this servlet
localhost:8088/…?
at /main/system/{servletName}