2012/6/1 Kevin Marx <simplyfema...@gmail.com>:
> 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>


Just rename "corda.war" to "ROOT.war". That is all.

Note, that it is in the FAQ,
http://wiki.apache.org/tomcat/HowTo#How_do_I_make_my_web_application_be_the_Tomcat_default_application.3F

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to