I map Domian name with Tomcat server
<Host name="www.abc.in" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context reloadble="true" path="/3c" docBase="3c" >
<Alias>abc.in</Alias>
<Alias>www.abc.in</Alias>
</Host>
But when i am doing http://abc.in
is it showing Apache Tomcat home page so if i want to access project i have to give this url http://abc.in/3c
What changes i have to do project home page when someone access http://abc.in
or http://www.abc.in