Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to ...<AdeptiaInstallfolder>/AdeptiaServer/ServerKernel/etc/jetty/contexts location.
  2. Open wsapi.xml file.
  3. Define a custom port by adding and updating the following section:

     <Set name="virtualHosts">
        <Array type="String">
          <Item>@HttpConnectorA</Item>
        </Array>
      </Set>

    Mention id (which is defined in the jetty.xml file) in the following block code:-
      <Item>@HttpConnectorA</Item>  
  4.   Save the file.

...