Virtual hosts
Currently there is a virtual host defined in server.xml that uses database authentication. How can I turn this off? I tried defining a <Host > as follows:
<Host name="adminnew.scholasticfundinggroup.com" appBase="/usr/local/tomcat/scholasticfundinggroup.com/webapps/sfgnew">
<Context path="/sfgnew" docBase="." reloadable="true">
<!--
<ResourceLink name="jdbc/mysqlsfgnew" global="jdbc/mysqlsfgnew" type="javax.sql.DataSource"/>
-->
</Context>
</Host>
When I set the browser URL to https://adminnew.scholasticfundinggroup.com I get error#404 Requested Resource (/) not available.
Can any one please help?
Thanks
Murthy

