IVCTool / IVCT_Framework

For IVCT Framework Developers. Core System for the IVCT (Integration, Verification and Certification Tool) for HLA Federates
Apache License 2.0
16 stars 4 forks source link

IVCT web UI: use empty path to access UI #131

Closed bergtwvd closed 5 years ago

bergtwvd commented 6 years ago

To access the IVCT web UI I need to use a URL like http://<host>:8180/nato.ivct.gui.nato.ivct.gui.ui.html. An empty path should be sufficient: http://<host>:8180.

bergtwvd commented 6 years ago

Various options discussed at eg https://stackoverflow.com/questions/7276989/how-to-set-the-context-path-of-a-web-application-in-tomcat-7-0

I renamed ivct.gui.ui.html.war to ROOT.war and that appeared to work. However, this seems not to be the recommended way.

rhzg commented 6 years ago

I'm currently testing to configure the server.xml with

that requires to modifiy the docker image. It seems to work and I will release it as soon as possible

PHameete commented 6 years ago

Hi Reinhard,

you can find the Tomcat config that is pushed to the GUI docker image in the docker directory of the GUI component. Let me know if you need an help with that.

bergtwvd commented 5 years ago

As far as I can see this works now in the latest build. There is no need for a long URL pathname anymore. I'll close the issue.