on 2025 Oct 10 5:09 PM
Currently we have this setup. RESTful web service running on WACS (http://server:6405/biprws), BI and CMC application running on tomcat (https://server:8443/BOE/BI). Server is SSL configured and we have a 8080 reroute to 8443.
We want to decouple RESTful web service from WACS and have it running on tomcat instead. Changing the RESTful url to http://server:8080/biprws doesn't work. It gives us a HTTP 500 error. Same if changed to https://server:8443/biprws.
Any ideas on this?
Request clarification before answering.
It's unclear from your question when the 500 error occurs — is it during login to BI Launchpad, while using the RESTful SDK, or in another context?
in general:
• Ensure the URL protocol matches your Tomcat server configuration.
If Tomcat is set up with SSL (HTTPS), then your RESTful service URLs must also use HTTPS.
(you can configure this in CMC -> applications --> RESTful url)
• If you're using a load balancer, make sure it is properly configured to handle SSL termination and forward requests correctly to the backend servers.
...
hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.