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

[935 byte] By [murthy64a] at [2007-10-3 0:35:56]
# 1

What server are you running on? Tomcat 5.5?

We have found that Tomcat requires the ROOT folder or ROOT.war at the webapps directory level to work.

So, try renaming sfgnew to ROOT and restart the service.

Let me know if that works, if not I have serveral other suggestions.

Good Luck

Raideil

[url]http://www.raideil.com[/url]

raideil-jspa at 2007-7-14 17:29:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...