Dennis Harris wrote:

I am setting up a Virtual Host in Tomcat, I've added the following entry
in my server.xml file.
<Host name="q5aims.net" debug="0" appBase="webapps" unpackWARs="true">/

<Context path="/q5aims_net" docBase="q5aims_net" debug="0"
reloadable="true"/>
</Host>

However, when I test the link, it says the page cannot be found. In the
directory "q5aims_net" I have one doc, "index.html"

Are you trying to access
    'http://q5aims.net/index.html'
or
    'http://q5aims.net/q5aims_net/index.html'
as your Context entry indicates?

--
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to