My Oracle Support Banner

How to Setup ASAP to NE Connection via an HTTP proxy? (Doc ID 2110205.1)

Last updated on MAY 03, 2024

Applies to:

Oracle Communications ASAP - Version 7.2.0 and later
Information in this document applies to any platform.

Goal

This document covers the scenario where ASAP needs to communicate to an NE via HTTP, but the connectivity is only available via an HTTP proxy server.

Does the JNEP java parameters support the settings for -Dhttp.proxyHost and -Dhttp.proxyPort so as to be able to connect remotelyto the  NE via a Proxy?

The interpreter file has the following setup for proxyHost and proxyPort.


exec java -Djava.endorsed.dirs=${JLIB} \
  -Djava.security \
  -Djava.security.policy=${ASAP_CFG}/jinterp.policy \
  -DJINTERP_CLASSPATH=${JINTERP_CLASSPATH} \
  -Dhttp.proxyHost= <host> -Dhttp.proxyPort=<port> <https url>/ari/submitXML \
  ${JAVA_OPTS} \
  com.mslv.activation.server.ASCAppl com.mslv.activation.jinterpreter.JInterp $*
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.