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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to