Versions Compared

Key

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

...

Expand
titleFor Windows
  1. Extract Adeptia Connect zip file.
  2. Go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.
  3. Delete the existing ROOT folder and Root.war.
  4. Open the extracted folder and copy Root.war to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.

    Skip the below steps if you have already configured ServiceNow application.
  5. Go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps/Working_Directory/resources_config.
  6. Open apps.properties file in the Text Editor and add the following code at the end of the file:

    Code Block
    # Service Now
    
    servicenow.baseApiUrl=https://{domain}.service-now.com
    servicenow.oauthVersion=2.0
    servicenow.oauth20.accessToken=https://{domain}.service-now.com/oauth_token.do
    servicenow.oauth20.authorize=https://{domain}.service-now.com/oauth_auth.do
    servicenow.refreshToken=N/A
    servicenow.authorizationValueMap=response_type$code
    servicenow.refreshTokenValueMap=N/A
    servicenow.accessTokenValueMap=N/A
  7. Start Tomcat. A new ROOT folder is created at …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps.

# Service Now servicenow.baseApiUrl=https://{domain}.service-now.com servicenow.oauthVersion=2.0 servicenow.oauth20.accessToken=https://{domain}.service-now.com/oauth_token.do servicenow.oauth20.authorize=https://{domain}.service-now.com/oauth_auth.do servicenow.refreshToken=N/A servicenow.authorizationValueMap=response_type$code servicenow.refreshTokenValueMap=N/A servicenow

.

accessTokenValueMap=N/A

  • Start Tomcat. A new ROOT folder is created at …/<ApacheTomcatInstallFolder>/webapps.

  • Expand
    titleFor Linux
    1. Open the Terminal.
    2. Extract Adeptia Connect zip file.
    3. Go to …/<ApacheTomcatInstallFolder>/webapps.
    4. Delete the existing ROOT folder and Root.war.
    5. Open the extracted folder and copy Root.war to …/<ApacheTomcatInstallFolder>/webapps

      .
      Skip the below steps if you have already configured ServiceNow application.
    6. Go to …/<ApacheTomcatInstallFolder>/Tomcat 9.0/webapps/Working_Directory/resources_config.
    7. Open apps.properties file in the Text Editor and add the following code at the end of the file:

    Code Block

    ...