OK, so now, how is this working? How to fix it?
ROOT.xml is located in conf/Catalina/localhost
File contents are thus:
<?xml version='1.0' encoding='utf-8'?>
<Context
docBase="C:\Corda\CenterView4\Server\corda\"
reloadable="true"
/>
in the browser I am entering http://localhost:8080
the URL is comes up with is thus:
http://localhost:8080/dashboards/welcome/main.dashxml
However it should be:
http://localhost:8080/corda/dashboards/welcome/main.dashxml
This URL will work when entered. The /corda is necessary
Why is the /corda missing from the URL? What needs to be in the ROOT.xml file
to make it show up?
Kevin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]