I am using Tomcat 7 and wish to have my app open as the default page.
I have googled and basically found the following recommendation, but its not
working. Wondering what I am missing?
ROOT.xml code….
<?xml version="1.0" encoding="utf-8"?>
<Context
docBase="corda.war"
path="/corda"
reloadable="true">
</Context>
…….
Thanks in advance.
Kevin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]