Replies: 1 comment 6 replies
-
The indexer has to be able to reach the webapp in order to send/retrieve information about projects/repositories etc. That's why the -U indexer option is used. This URL is stored in the Line 159 in 9fd1f26 start.py and change the configuration to use different URL (https://localhost:8080 might work).
I'd say this is a bit beyond of what the Docker image was designed for, because it requires modification of the configuration files delivered in the image and also the code. If you go down the |
Beta Was this translation helpful? Give feedback.
-
Hosting Opengrok in Docker container.
Tomcat Version: Apache Tomcat/10.1.8
Opengrok Version: 1.12.6
To mention: I'm able to access the web application at https://server.test.com
Describe the configuration
I have enabled SSL for tomcat in Docker, with below conf.
server.xml ->
web.xml ->
After this configuration when restart my container i get below errors:
Additional context
Also when i checked i'm unable to get any info from http://localhost:8080/api/v1 or http://localhost:8080/source/api/v1 or http://localhost:8080/source/api/v1/configuration
can someone please provide some guidance on this?
Hi @vladak , Can you please help with this?
Beta Was this translation helpful? Give feedback.
All reactions