5 Replies Latest reply on Feb 7, 2014 8:33 AM by crazycradd

    How can I work out my config from within a servlet.

    crazycradd

      I want a servlet to know the details of the deployment config in init.

       

      I looked at using DMR but this seems to need and end point defined like this ModelControllerClient client = ModelControllerClient.Factory.create("localhost", 8037); before you can use it.

       

      When I create an initialcontext with no params it speaks to my local runtime I pass the context params when I wish to communicate via a client can the DMR connection be done the same ?