Applications URL by Http server.
One answer
This assumes that the reverse proxy hosts the public URI - all applications PublicURI's would have to look like https://public.uri.root:port/ or https://public.uri.root/.
Comments
Thanks Ralph, my jts setup was run before the https configuration, do I have to remove the applications from the jts and run the setup againg to add the applications using the the new URLs?
If there is existing data, you will have to use the "server rename" feature to change the public URI. Do not attempt to work around it using other unsupported methods.
1 vote
Thanks Donald I create new database and install everything new with the http server public url. Thanks Everithing works fine, except the Door plugin. When I try to edit an Artifact it do not load the plugin. Is there any other configuration for the converter when an http server is used in the front?
I had to add this value to the RM teamserver.property file :
com.ibm.rdm.fronting.server.ConverterURL=https\://URL/converter/htmlgen
Thanks All
1 vote