[DDE] Improve DDE to support the settings for AE implemented in C++ 
--------------------------------------------------------------------

                 Key: UIMA-986
                 URL: https://issues.apache.org/jira/browse/UIMA-986
             Project: UIMA
          Issue Type: Improvement
          Components: Async Scaleout
    Affects Versions: 2.2.2AS
            Reporter: Tong Fin
            Assignee: Tong Fin
            Priority: Minor
             Fix For: 2.2.2AS


Improve DDE to support the settings for C++ by recognizing the <custom ...> tag 
and <environmentVariables..>. The following is an example settings that can be 
used when the top-level AE is implemented in C++:

      <custom name="run_top_level_CPP_service_as_separate_process"/>

      <environmentVariables>
        <environmentVariable name="Path">C:\Program 
files/apache-uima/uimacpp/bin</environmentVariable>
        <environmentVariable name="LD_LIBRARY_PATH">C:\Program 
Files/apache-uima/uimacpp/bin</environmentVariable>
        <environmentVariable 
name="UIMACPP_DATAPATH">C:/mydata</environmentVariable>
      </environmentVariables>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to