Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5.91
-
Fix Version/s: Backlog
-
Component/s: Installation
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Environment:Operating System: All
Platform: Other
-
Bugzilla Id:2516
Description
From mailinglist (Not related but how I saw it)
It looks like the default values linger towards old tomcat settings.
###### RTC IPC ######
# The base of a URL that RTC clients use when creating a RTC subscription URL.
# If you are using Tomcat instead of the built-in Jetty, you will probably need to change the port.
opennms.rtc-client.http-post.base-url = http://192.168.11.26:8080/opennms/rtc/post
From opennms.properties
###### EVENTD IPC ######
# The hostname/IP address of the RTCd host for sending subscribe event.
opennms.rtc.event.proxy.host = 192.168.11.26
# The port of the RTCd host for sending subscribe event (Requires host to be configured).
opennms.rtc.event.proxy.port = 5817
###### RTC IPC ######
# The base of a URL that RTC clients use when creating a RTC subscription URL.
# If you are using Tomcat instead of the built-in Jetty, change this in
# WEB-INF/configuration.properties instead.
opennms.rtc-client.http-post.base-url = http://192.168.11.26:8980/opennms/rtc/post
# The username the RTC uses when authenticating itself in an HTTP POST.
opennms.rtc-client.http-post.username = rtc
# The password the RTC uses when authenticating itself in an HTTP POST.
opennms.rtc-client.http-post.password = rtc
###### MAP IPC ######
# The base of a URL that Map System clients use when creating a Map subscription URL.
# If you are using Tomcat instead of the built-in Jetty, change this in
# WEB-INF/configuration.properties instead.
opennms.map-client.http-post.url = http://192.168.11.26:8980/opennms/map/post
It looks like the default values linger towards old tomcat settings.
###### RTC IPC ######
# The base of a URL that RTC clients use when creating a RTC subscription URL.
# If you are using Tomcat instead of the built-in Jetty, you will probably need to change the port.
opennms.rtc-client.http-post.base-url = http://192.168.11.26:8080/opennms/rtc/post
From opennms.properties
###### EVENTD IPC ######
# The hostname/IP address of the RTCd host for sending subscribe event.
opennms.rtc.event.proxy.host = 192.168.11.26
# The port of the RTCd host for sending subscribe event (Requires host to be configured).
opennms.rtc.event.proxy.port = 5817
###### RTC IPC ######
# The base of a URL that RTC clients use when creating a RTC subscription URL.
# If you are using Tomcat instead of the built-in Jetty, change this in
# WEB-INF/configuration.properties instead.
opennms.rtc-client.http-post.base-url = http://192.168.11.26:8980/opennms/rtc/post
# The username the RTC uses when authenticating itself in an HTTP POST.
opennms.rtc-client.http-post.username = rtc
# The password the RTC uses when authenticating itself in an HTTP POST.
opennms.rtc-client.http-post.password = rtc
###### MAP IPC ######
# The base of a URL that Map System clients use when creating a Map subscription URL.
# If you are using Tomcat instead of the built-in Jetty, change this in
# WEB-INF/configuration.properties instead.
opennms.map-client.http-post.url = http://192.168.11.26:8980/opennms/map/post