Versions Compared

Key

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

...

Changes in wsapi.xml file

  1. Mention new id for the id parameter in following block code

<New id="HttpsConnectorB" class="org.eclipse.jetty.server.ServerConnector"> 
Bydefault, it is " HttpsConnectorB".

b) Mention the id (which is mentioned in the first step) in the following block code:-
  <Set name="name">HttpsConnectorB</Set> 

c) Mention port number in following block code:-
 <Set name="port"><SystemProperty name="abpm.webserver.https.port" default="8443"/></Set>   

...

  1. Go to ...

...

  1. <AdeptiaInstallfolder>/AdeptiaServer

...

  1. /ServerKernel

...

  1. /etc

...

  1. /jetty

...

  1. /contexts location.

...

  1. Open

...

  1. wsapi.xml file.

...

  1. Define a custom port by adding and updating the following section:

...



  1.  <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>  

...

  1.   Save the file.

Once you have done the changes in both jetty.xml and wsapi.xml files, restart the Server.


Note

The port will be visible in the Select Port

...

list while creating or editing the REST Provider.

Select the port number other than the default port (ServerGUI port) while creating or editing a provider. You can publish only one port at a time

...

Click Yes, Publish it to confirm.

...

.